Html Css Color HEX #D959B5 Fuchsia

📋 copy color: '#D959B5'

red 217 ◦ green 89 ◦ blue 181

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

Shades of Fuchsia #D959B5

Tints of Fuchsia #D959B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.17%

R = 44.56%
G = 18.28%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D959B5 (or 0xD959B5) is known color: Fuchsia. HEX triplet: D9, 59 and B5. RGB value is (217,89,181). Sum of RGB (Red+Green+Blue) = 217+89+181=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 89 (35.16% from 255 or 18.28% from 487); Blue value is 181 (71.09% from 255 or 37.17% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D959B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D959B5 is #26A64A. Grayscale: #898989. Windows color (decimal): -2532939 or 11885017. OLE color: 11885017.

HSL color Cylindrical-coordinate representation of color #D959B5: hue angle of 316.88º 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 #D959B5 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 89 181 -
CMYK 0 0.59 0.17 0.15
HSL 316.88º 0.63% 0.6% -
HSV(B) 316.88º 0.59% 0.85% -
XYZ 40.53 25.23 46.45 -
YUV 137.76 152.41 184.52 -
System Red Green Blue C M Y K H S L
Decimal 217 89 181 0 0.59 0.17 0.15 316.88 0.63 0.6
Hex D9 59 B5 0 3B 11 F 13D 3F 3C
Octal 331 131 265 0 73 21 17 475 77 74
Binary 11011001 1011001 10110101 0 111011 10001 1111 100111101 111111 111100

Color Harmonies of #D959B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D959B5

Black with #D959B5

Text Example


Text Example

White with #D959B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D959B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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