Html Css Color HEX #D959DB Free Speech Magenta

📋 copy color: '#D959DB'

red 217 ◦ green 89 ◦ blue 219

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

Shades of Free Speech Magenta #D959DB

Tints of Free Speech Magenta #D959DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.71%

R = 41.33%
G = 16.95%
B = 41.71%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D959DB (or 0xD959DB) is known color: Free Speech Magenta. HEX triplet: D9, 59 and DB. RGB value is (217,89,219). Sum of RGB (Red+Green+Blue) = 217+89+219=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 89 (35.16% from 255 or 16.95% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #D959DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D959DB is #26A624. Grayscale: #8D8D8D. Windows color (decimal): -2532901 or 14375385. OLE color: 14375385.

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

Color convert

RGB 217 89 219 -
CMYK 0.01 0.59 0 0.14
HSL 299.08º 0.64% 0.6% -
HSV(B) 299.08º 0.59% 0.86% -
XYZ 44.97 27.01 69.86 -
YUV 142.09 171.41 181.43 -
System Red Green Blue C M Y K H S L
Decimal 217 89 219 0.01 0.59 0 0.14 299.08 0.64 0.6
Hex D9 59 DB 1 3B 0 E 12B 40 3C
Octal 331 131 333 1 73 0 16 453 100 74
Binary 11011001 1011001 11011011 1 111011 0 1110 100101011 1000000 111100

Color Harmonies of #D959DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D959DB

Black with #D959DB

Text Example


Text Example

White with #D959DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D959DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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