Html Css Color HEX #D959D4 Free Speech Magenta

📋 copy color: '#D959D4'

red 217 ◦ green 89 ◦ blue 212

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

Shades of Free Speech Magenta #D959D4

Tints of Free Speech Magenta #D959D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.93%

R = 41.89%
G = 17.18%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D959D4 (or 0xD959D4) is known color: Free Speech Magenta. HEX triplet: D9, 59 and D4. RGB value is (217,89,212). Sum of RGB (Red+Green+Blue) = 217+89+212=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 89 (35.16% from 255 or 17.18% from 518); Blue value is 212 (83.20% from 255 or 40.93% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D959D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D959D4 is #26A62B. Grayscale: #8C8C8C. Windows color (decimal): -2532908 or 13916633. OLE color: 13916633.

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

Color convert

RGB 217 89 212 -
CMYK 0 0.59 0.02 0.15
HSL 302.34º 0.63% 0.6% -
HSV(B) 302.34º 0.59% 0.85% -
XYZ 44.07 26.65 65.11 -
YUV 141.29 167.91 182 -
System Red Green Blue C M Y K H S L
Decimal 217 89 212 0 0.59 0.02 0.15 302.34 0.63 0.6
Hex D9 59 D4 0 3B 2 F 12E 3F 3C
Octal 331 131 324 0 73 2 17 456 77 74
Binary 11011001 1011001 11010100 0 111011 10 1111 100101110 111111 111100

Color Harmonies of #D959D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D959D4

Black with #D959D4

Text Example


Text Example

White with #D959D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D959D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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