Html Css Color HEX #D956DB Free Speech Magenta

📋 copy color: '#D956DB'

red 217 ◦ green 86 ◦ blue 219

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

Shades of Free Speech Magenta #D956DB

Tints of Free Speech Magenta #D956DB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.48%

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

R = 41.57%
G = 16.48%
B = 41.95%

CMYK

 C value IS 0.01

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D956DB (or 0xD956DB) is known color: Free Speech Magenta. HEX triplet: D9, 56 and DB. RGB value is (217,86,219). Sum of RGB (Red+Green+Blue) = 217+86+219=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 86 (33.98% from 255 or 16.48% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #D956DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D956DB is #26A924. Grayscale: #8B8B8B. Windows color (decimal): -2533669 or 14374617. OLE color: 14374617.

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

Color convert

RGB 217 86 219 -
CMYK 0.01 0.61 0 0.14
HSL 299.1º 0.65% 0.6% -
HSV(B) 299.1º 0.61% 0.86% -
XYZ 44.73 26.52 69.78 -
YUV 140.33 172.4 182.69 -
System Red Green Blue C M Y K H S L
Decimal 217 86 219 0.01 0.61 0 0.14 299.1 0.65 0.6
Hex D9 56 DB 1 3D 0 E 12B 41 3C
Octal 331 126 333 1 75 0 16 453 101 74
Binary 11011001 1010110 11011011 1 111101 0 1110 100101011 1000001 111100

Color Harmonies of #D956DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D956DB

Black with #D956DB

Text Example


Text Example

White with #D956DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D956DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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