Html Css Color HEX #D959C9 Free Speech Magenta

📋 copy color: '#D959C9'

red 217 ◦ green 89 ◦ blue 201

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

Shades of Free Speech Magenta #D959C9

Tints of Free Speech Magenta #D959C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.64%

R = 42.8%
G = 17.55%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D959C9 (or 0xD959C9) is known color: Free Speech Magenta. HEX triplet: D9, 59 and C9. RGB value is (217,89,201). Sum of RGB (Red+Green+Blue) = 217+89+201=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 89 (35.16% from 255 or 17.55% from 507); Blue value is 201 (78.91% from 255 or 39.64% from 507); Max value from RGB is 217 - color contains mainly: red. Hex color #D959C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D959C9 is #26A636. Grayscale: #8B8B8B. Windows color (decimal): -2532919 or 13195737. OLE color: 13195737.

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

Color convert

RGB 217 89 201 -
CMYK 0 0.59 0.07 0.15
HSL 307.5º 0.63% 0.6% -
HSV(B) 307.5º 0.59% 0.85% -
XYZ 42.73 26.11 58.05 -
YUV 140.04 162.41 182.89 -
System Red Green Blue C M Y K H S L
Decimal 217 89 201 0 0.59 0.07 0.15 307.5 0.63 0.6
Hex D9 59 C9 0 3B 7 F 134 3F 3C
Octal 331 131 311 0 73 7 17 464 77 74
Binary 11011001 1011001 11001001 0 111011 111 1111 100110100 111111 111100

Color Harmonies of #D959C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D959C9

Black with #D959C9

Text Example


Text Example

White with #D959C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D959C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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