Html Css Color HEX #D959B8 Fuchsia

📋 copy color: '#D959B8'

red 217 ◦ green 89 ◦ blue 184

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

Shades of Fuchsia #D959B8

Tints of Fuchsia #D959B8

RGB

 RED value IS 217 (85.16% from 255) = 44.29%

 GREEN value IS 89 (35.16% from 255) = 18.16%

 BLUE value IS 184 (72.27% from 255) = 37.55%

R = 44.29%
G = 18.16%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D959B8 (or 0xD959B8) is known color: Fuchsia. HEX triplet: D9, 59 and B8. RGB value is (217,89,184). Sum of RGB (Red+Green+Blue) = 217+89+184=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 89 (35.16% from 255 or 18.16% from 490); Blue value is 184 (72.27% from 255 or 37.55% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D959B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D959B8 is #26A647. Grayscale: #898989. Windows color (decimal): -2532936 or 12081625. OLE color: 12081625.

HSL color Cylindrical-coordinate representation of color #D959B8: hue angle of 315.47º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D959B8 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 89 184 -
CMYK 0 0.59 0.15 0.15
HSL 315.47º 0.63% 0.6% -
HSV(B) 315.47º 0.59% 0.85% -
XYZ 40.84 25.36 48.09 -
YUV 138.1 153.91 184.28 -
System Red Green Blue C M Y K H S L
Decimal 217 89 184 0 0.59 0.15 0.15 315.47 0.63 0.6
Hex D9 59 B8 0 3B F F 13B 3F 3C
Octal 331 131 270 0 73 17 17 473 77 74
Binary 11011001 1011001 10111000 0 111011 1111 1111 100111011 111111 111100

Color Harmonies of #D959B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D959B8

Black with #D959B8

Text Example


Text Example

White with #D959B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D959B8; }

 p { color: rgb(217,89,184); }

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

background-color css

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

 a { background-color: rgb(217,89,184); }

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

border-color css

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

 span { border-color: rgb(217,89,184); }

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