Html Css Color HEX #D029DB Deep Magenta

📋 copy color: '#D029DB'

red 208 ◦ green 41 ◦ blue 219

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

Shades of Deep Magenta #D029DB

Tints of Deep Magenta #D029DB

RGB

 RED value IS 208 (81.64% from 255) = 44.44%

 GREEN value IS 41 (16.41% from 255) = 8.76%

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

R = 44.44%
G = 8.76%
B = 46.79%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D029DB (or 0xD029DB) is known color: Deep Magenta. HEX triplet: D0, 29 and DB. RGB value is (208,41,219). Sum of RGB (Red+Green+Blue) = 208+41+219=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 41 (16.41% from 255 or 8.76% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #D029DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D029DB is #2FD624. Grayscale: #6E6E6E. Windows color (decimal): -3135013 or 14363088. OLE color: 14363088.

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

Color convert

RGB 208 41 219 -
CMYK 0.05 0.81 0 0.14
HSL 296.29º 0.71% 0.51% -
HSV(B) 296.29º 0.81% 0.86% -
XYZ 39.59 20.11 68.81 -
YUV 111.23 188.83 197.03 -
System Red Green Blue C M Y K H S L
Decimal 208 41 219 0.05 0.81 0 0.14 296.29 0.71 0.51
Hex D0 29 DB 5 51 0 E 128 47 33
Octal 320 51 333 5 121 0 16 450 107 63
Binary 11010000 101001 11011011 101 1010001 0 1110 100101000 1000111 110011

Color Harmonies of #D029DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D029DB

Black with #D029DB

Text Example


Text Example

White with #D029DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D029DB; }

 p { color: rgb(208,41,219); }

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

background-color css

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

 a { background-color: rgb(208,41,219); }

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

border-color css

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

 span { border-color: rgb(208,41,219); }

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