Html Css Color HEX #D959DC Free Speech Magenta

📋 copy color: '#D959DC'

red 217 ◦ green 89 ◦ blue 220

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

Shades of Free Speech Magenta #D959DC

Tints of Free Speech Magenta #D959DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.83%

R = 41.25%
G = 16.92%
B = 41.83%

CMYK

 C value IS 0.01

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D959DC (or 0xD959DC) is known color: Free Speech Magenta. HEX triplet: D9, 59 and DC. RGB value is (217,89,220). Sum of RGB (Red+Green+Blue) = 217+89+220=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 89 (35.16% from 255 or 16.92% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #D959DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D959DC is #26A623. Grayscale: #8D8D8D. Windows color (decimal): -2532900 or 14440921. OLE color: 14440921.

HSL color Cylindrical-coordinate representation of color #D959DC: hue angle of 298.63º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D959DC is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 89 220 -
CMYK 0.01 0.60 0 0.14
HSL 298.63º 0.65% 0.61% -
HSV(B) 298.63º 0.6% 0.86% -
XYZ 45.11 27.06 70.56 -
YUV 142.21 171.91 181.35 -
System Red Green Blue C M Y K H S L
Decimal 217 89 220 0.01 0.60 0 0.14 298.63 0.65 0.61
Hex D9 59 DC 1 3C 0 E 12B 41 3D
Octal 331 131 334 1 74 0 16 453 101 75
Binary 11011001 1011001 11011100 1 111100 0 1110 100101011 1000001 111101

Color Harmonies of #D959DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D959DC

Black with #D959DC

Text Example


Text Example

White with #D959DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D959DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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