Html Css Color HEX #D959C7 Free Speech Magenta

📋 copy color: '#D959C7'

red 217 ◦ green 89 ◦ blue 199

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

Shades of Free Speech Magenta #D959C7

Tints of Free Speech Magenta #D959C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.41%

R = 42.97%
G = 17.62%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D959C7 (or 0xD959C7) is known color: Free Speech Magenta. HEX triplet: D9, 59 and C7. RGB value is (217,89,199). Sum of RGB (Red+Green+Blue) = 217+89+199=505 (66% of max value = 765). Red value is 217 (85.16% from 255 or 42.97% from 505); Green value is 89 (35.16% from 255 or 17.62% from 505); Blue value is 199 (78.12% from 255 or 39.41% from 505); Max value from RGB is 217 - color contains mainly: red. Hex color #D959C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D959C7 is #26A638. Grayscale: #8B8B8B. Windows color (decimal): -2532921 or 13064665. OLE color: 13064665.

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

Color convert

RGB 217 89 199 -
CMYK 0 0.59 0.08 0.15
HSL 308.44º 0.63% 0.6% -
HSV(B) 308.44º 0.59% 0.85% -
XYZ 42.5 26.02 56.82 -
YUV 139.81 161.41 183.06 -
System Red Green Blue C M Y K H S L
Decimal 217 89 199 0 0.59 0.08 0.15 308.44 0.63 0.6
Hex D9 59 C7 0 3B 8 F 134 3F 3C
Octal 331 131 307 0 73 10 17 464 77 74
Binary 11011001 1011001 11000111 0 111011 1000 1111 100110100 111111 111100

Color Harmonies of #D959C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D959C7

Black with #D959C7

Text Example


Text Example

White with #D959C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D959C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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