Html Css Color HEX #D459DB Free Speech Magenta

📋 copy color: '#D459DB'

red 212 ◦ green 89 ◦ blue 219

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

Shades of Free Speech Magenta #D459DB

Tints of Free Speech Magenta #D459DB

RGB

 RED value IS 212 (83.2% from 255) = 40.77%

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

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

R = 40.77%
G = 17.12%
B = 42.12%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D459DB (or 0xD459DB) is known color: Free Speech Magenta. HEX triplet: D4, 59 and DB. RGB value is (212,89,219). Sum of RGB (Red+Green+Blue) = 212+89+219=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 89 (35.16% from 255 or 17.12% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #D459DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D459DB is #2BA624. Grayscale: #8C8C8C. Windows color (decimal): -2860581 or 14375380. OLE color: 14375380.

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

Color convert

RGB 212 89 219 -
CMYK 0.03 0.59 0 0.14
HSL 296.77º 0.64% 0.6% -
HSV(B) 296.77º 0.59% 0.86% -
XYZ 43.51 26.26 69.79 -
YUV 140.6 172.25 178.93 -
System Red Green Blue C M Y K H S L
Decimal 212 89 219 0.03 0.59 0 0.14 296.77 0.64 0.6
Hex D4 59 DB 3 3B 0 E 129 40 3C
Octal 324 131 333 3 73 0 16 451 100 74
Binary 11010100 1011001 11011011 11 111011 0 1110 100101001 1000000 111100

Color Harmonies of #D459DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D459DB

Black with #D459DB

Text Example


Text Example

White with #D459DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D459DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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