#D565B3

Color #D565B3 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #D565B3

Tints of Fuchsia #D565B3

Color information

#D565B3 (or 0xD565B3) is unknown color: approx Fuchsia. HEX triplet: D5, 65 and B3. RGB value is (213,101,179). Sum of RGB (Red+Green+Blue) = 213+101+179=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D565B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D565B3 is #2A9A4C. Grayscale: #8F8F8F. Windows color (decimal): -2792013 or 11757013. OLE color: 11757013.

HSL color Cylindrical-coordinate representation of color #D565B3: hue angle of 318.21º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D565B3 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB213101179-
CMYK00.530.160.16
HSL318.21º57.14%61.57%-
HSV(B)318.21º52.58%83.53%-
XYZ40.2326.7145.68-
YUV143.38148.11177.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 213 (83.59% from 255) = 43.20%
GREEN value IS 101 (39.84% from 255) = 20.49%
BLUE value IS 179 (70.31% from 255) = 36.31%
R=43.20%
G=20.49%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310117900.530.160.16318.2157.1461.57
HexD565B3035101013e393e
Octal32514526306520204767176
Binary1101010111001011011001101101011000010000100111110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D565B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D565B3; }

 p { color: rgb(213,101,179); }

 H1.HeaderClassName
 {
   color: #D565B3;
 }
 .AnyTagClassName
 {
   color: #D565B3;
 }
</style>
background-color css

<style>
 a { background-color: #D565B3; }

 a { background-color: rgb(213,101,179); }

 div.DivClassName
 {
   background-color: #D565B3;
 }
 .BgClassName
 {
   background-color: #D565B3;
 }
</style>
border-color css

<style>
 span { border-color: #D565B3; }

 span { border-color: rgb(213,101,179); }

 td.TdClassName
 {
   border-color: #D565B3;
 }
 .TagClassName
 {
   border-color: #D565B3;
 }
</style>