Html Css Color HEX #D124DB Deep Magenta

📋 copy color: '#D124DB'

red 209 ◦ green 36 ◦ blue 219

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

Shades of Deep Magenta #D124DB

Tints of Deep Magenta #D124DB

RGB

 RED value IS 209 (82.03% from 255) = 45.04%

 GREEN value IS 36 (14.45% from 255) = 7.76%

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

R = 45.04%
G = 7.76%
B = 47.2%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D124DB (or 0xD124DB) is known color: Deep Magenta. HEX triplet: D1, 24 and DB. RGB value is (209,36,219). Sum of RGB (Red+Green+Blue) = 209+36+219=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 36 (14.45% from 255 or 7.76% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #D124DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D124DB is #2EDB24. Grayscale: #6C6C6C. Windows color (decimal): -3070757 or 14361809. OLE color: 14361809.

HSL color Cylindrical-coordinate representation of color #D124DB: hue angle of 296.72º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D124DB is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 36 219 -
CMYK 0.05 0.84 0 0.14
HSL 296.72º 0.72% 0.5% -
HSV(B) 296.72º 0.84% 0.86% -
XYZ 39.71 19.93 68.77 -
YUV 108.59 190.31 199.62 -
System Red Green Blue C M Y K H S L
Decimal 209 36 219 0.05 0.84 0 0.14 296.72 0.72 0.5
Hex D1 24 DB 5 54 0 E 129 48 32
Octal 321 44 333 5 124 0 16 451 110 62
Binary 11010001 100100 11011011 101 1010100 0 1110 100101001 1001000 110010

Color Harmonies of #D124DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D124DB

Black with #D124DB

Text Example


Text Example

White with #D124DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D124DB; }

 p { color: rgb(209,36,219); }

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

background-color css

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

 a { background-color: rgb(209,36,219); }

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

border-color css

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

 span { border-color: rgb(209,36,219); }

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