Html Css Color HEX #D959C2 Free Speech Magenta

📋 copy color: '#D959C2'

red 217 ◦ green 89 ◦ blue 194

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

Shades of Free Speech Magenta #D959C2

Tints of Free Speech Magenta #D959C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.8%

R = 43.4%
G = 17.8%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D959C2 (or 0xD959C2) is known color: Free Speech Magenta. HEX triplet: D9, 59 and C2. RGB value is (217,89,194). Sum of RGB (Red+Green+Blue) = 217+89+194=500 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.4% from 500); Green value is 89 (35.16% from 255 or 17.8% from 500); Blue value is 194 (76.17% from 255 or 38.8% from 500); Max value from RGB is 217 - color contains mainly: red. Hex color #D959C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D959C2 is #26A63D. Grayscale: #8A8A8A. Windows color (decimal): -2532926 or 12736985. OLE color: 12736985.

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

Color convert

RGB 217 89 194 -
CMYK 0 0.59 0.11 0.15
HSL 310.78º 0.63% 0.6% -
HSV(B) 310.78º 0.59% 0.85% -
XYZ 41.93 25.79 53.81 -
YUV 139.24 158.91 183.46 -
System Red Green Blue C M Y K H S L
Decimal 217 89 194 0 0.59 0.11 0.15 310.78 0.63 0.6
Hex D9 59 C2 0 3B B F 137 3F 3C
Octal 331 131 302 0 73 13 17 467 77 74
Binary 11011001 1011001 11000010 0 111011 1011 1111 100110111 111111 111100

Color Harmonies of #D959C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D959C2

Black with #D959C2

Text Example


Text Example

White with #D959C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D959C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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