#D566B3

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

Shades of Fuchsia #D566B3

Tints of Fuchsia #D566B3

Color information

#D566B3 (or 0xD566B3) is unknown color: approx Fuchsia. HEX triplet: D5, 66 and B3. RGB value is (213,102,179). Sum of RGB (Red+Green+Blue) = 213+102+179=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 102 (40.23% from 255 or 20.65% from 494); Blue value is 179 (70.31% from 255 or 36.23% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D566B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D566B3 is #2A994C. Grayscale: #8F8F8F. Windows color (decimal): -2791757 or 11757269. OLE color: 11757269.

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

Color convert

RGB213102179-
CMYK00.520.160.16
HSL318.38º56.92%61.76%-
HSV(B)318.38º52.11%83.53%-
XYZ40.3326.945.72-
YUV143.97147.77177.24-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.12%
GREEN value IS 102 (40.23% from 255) = 20.65%
BLUE value IS 179 (70.31% from 255) = 36.23%
R=43.12%
G=20.65%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310217900.520.160.16318.3856.9261.76
HexD566B3034101013e393e
Octal32514626306420204767176
Binary1101010111001101011001101101001000010000100111110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D566B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D566B3; }

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

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

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

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

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

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

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

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