Html Css Color HEX #D959D2 Free Speech Magenta

📋 copy color: '#D959D2'

red 217 ◦ green 89 ◦ blue 210

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

Shades of Free Speech Magenta #D959D2

Tints of Free Speech Magenta #D959D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.7%

R = 42.05%
G = 17.25%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D959D2 (or 0xD959D2) is known color: Free Speech Magenta. HEX triplet: D9, 59 and D2. RGB value is (217,89,210). Sum of RGB (Red+Green+Blue) = 217+89+210=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 89 (35.16% from 255 or 17.25% from 516); Blue value is 210 (82.42% from 255 or 40.70% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D959D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D959D2 is #26A62D. Grayscale: #8C8C8C. Windows color (decimal): -2532910 or 13785561. OLE color: 13785561.

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

Color convert

RGB 217 89 210 -
CMYK 0 0.59 0.03 0.15
HSL 303.28º 0.63% 0.6% -
HSV(B) 303.28º 0.59% 0.85% -
XYZ 43.82 26.55 63.79 -
YUV 141.07 166.91 182.16 -
System Red Green Blue C M Y K H S L
Decimal 217 89 210 0 0.59 0.03 0.15 303.28 0.63 0.6
Hex D9 59 D2 0 3B 3 F 12F 3F 3C
Octal 331 131 322 0 73 3 17 457 77 74
Binary 11011001 1011001 11010010 0 111011 11 1111 100101111 111111 111100

Color Harmonies of #D959D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D959D2

Black with #D959D2

Text Example


Text Example

White with #D959D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D959D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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