Html Css Color HEX #D959D0 Free Speech Magenta

📋 copy color: '#D959D0'

red 217 ◦ green 89 ◦ blue 208

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

Shades of Free Speech Magenta #D959D0

Tints of Free Speech Magenta #D959D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.47%

R = 42.22%
G = 17.32%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D959D0 (or 0xD959D0) is known color: Free Speech Magenta. HEX triplet: D9, 59 and D0. RGB value is (217,89,208). Sum of RGB (Red+Green+Blue) = 217+89+208=514 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.22% from 514); Green value is 89 (35.16% from 255 or 17.32% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 217 - color contains mainly: red. Hex color #D959D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D959D0 is #26A62F. Grayscale: #8C8C8C. Windows color (decimal): -2532912 or 13654489. OLE color: 13654489.

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

Color convert

RGB 217 89 208 -
CMYK 0 0.59 0.04 0.15
HSL 304.22º 0.63% 0.6% -
HSV(B) 304.22º 0.59% 0.85% -
XYZ 43.57 26.45 62.48 -
YUV 140.84 165.91 182.32 -
System Red Green Blue C M Y K H S L
Decimal 217 89 208 0 0.59 0.04 0.15 304.22 0.63 0.6
Hex D9 59 D0 0 3B 4 F 130 3F 3C
Octal 331 131 320 0 73 4 17 460 77 74
Binary 11011001 1011001 11010000 0 111011 100 1111 100110000 111111 111100

Color Harmonies of #D959D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D959D0

Black with #D959D0

Text Example


Text Example

White with #D959D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D959D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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