Html Css Color HEX #D959CD Free Speech Magenta

📋 copy color: '#D959CD'

red 217 ◦ green 89 ◦ blue 205

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

Shades of Free Speech Magenta #D959CD

Tints of Free Speech Magenta #D959CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.12%

R = 42.47%
G = 17.42%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D959CD (or 0xD959CD) is known color: Free Speech Magenta. HEX triplet: D9, 59 and CD. RGB value is (217,89,205). Sum of RGB (Red+Green+Blue) = 217+89+205=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 89 (35.16% from 255 or 17.42% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D959CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D959CD is #26A632. Grayscale: #8C8C8C. Windows color (decimal): -2532915 or 13457881. OLE color: 13457881.

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

Color convert

RGB 217 89 205 -
CMYK 0 0.59 0.06 0.15
HSL 305.63º 0.63% 0.6% -
HSV(B) 305.63º 0.59% 0.85% -
XYZ 43.21 26.3 60.56 -
YUV 140.5 164.41 182.57 -
System Red Green Blue C M Y K H S L
Decimal 217 89 205 0 0.59 0.06 0.15 305.63 0.63 0.6
Hex D9 59 CD 0 3B 6 F 132 3F 3C
Octal 331 131 315 0 73 6 17 462 77 74
Binary 11011001 1011001 11001101 0 111011 110 1111 100110010 111111 111100

Color Harmonies of #D959CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D959CD

Black with #D959CD

Text Example


Text Example

White with #D959CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D959CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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