Html Css Color HEX #D566B9 Fuchsia

📋 copy color: '#D566B9'

red 213 ◦ green 102 ◦ blue 185

#D566B9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #D566B9

Tints of Fuchsia #D566B9

RGB

 RED value IS 213 (83.59% from 255) = 42.6%

 GREEN value IS 102 (40.23% from 255) = 20.4%

 BLUE value IS 185 (72.66% from 255) = 37%

R = 42.6%
G = 20.4%
B = 37%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D566B9 (or 0xD566B9) is known color: Fuchsia. HEX triplet: D5, 66 and B9. RGB value is (213,102,185). Sum of RGB (Red+Green+Blue) = 213+102+185=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 102 (40.23% from 255 or 20.4% from 500); Blue value is 185 (72.66% from 255 or 37% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D566B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D566B9 is #2A9946. Grayscale: #909090. Windows color (decimal): -2791751 or 12150485. OLE color: 12150485.

HSL color Cylindrical-coordinate representation of color #D566B9: hue angle of 315.14º 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 #D566B9 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 102 185 -
CMYK 0 0.52 0.13 0.16
HSL 315.14º 0.57% 0.62% -
HSV(B) 315.14º 0.52% 0.84% -
XYZ 40.95 27.15 48.98 -
YUV 144.65 150.77 176.75 -
System Red Green Blue C M Y K H S L
Decimal 213 102 185 0 0.52 0.13 0.16 315.14 0.57 0.62
Hex D5 66 B9 0 34 D 10 13B 39 3E
Octal 325 146 271 0 64 15 20 473 71 76
Binary 11010101 1100110 10111001 0 110100 1101 10000 100111011 111001 111110

Color Harmonies of #D566B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D566B9

Black with #D566B9

Text Example


Text Example

White with #D566B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D566B9; }

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

 H1.HeaderClassName
 {
   color: #D566B9;
 }
 .AnyTagClassName
 {
   color: #D566B9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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