Html Css Color HEX #D01DDB Deep Magenta

📋 copy color: '#D01DDB'

red 208 ◦ green 29 ◦ blue 219

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

Shades of Deep Magenta #D01DDB

Tints of Deep Magenta #D01DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.36%

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

R = 45.61%
G = 6.36%
B = 48.03%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D01DDB (or 0xD01DDB) is known color: Deep Magenta. HEX triplet: D0, 1D and DB. RGB value is (208,29,219). Sum of RGB (Red+Green+Blue) = 208+29+219=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 29 (11.72% from 255 or 6.36% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #D01DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01DDB is #2FE224. Grayscale: #676767. Windows color (decimal): -3138085 or 14360016. OLE color: 14360016.

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

Color convert

RGB 208 29 219 -
CMYK 0.05 0.87 0 0.14
HSL 296.53º 0.77% 0.49% -
HSV(B) 296.53º 0.87% 0.86% -
XYZ 39.24 19.4 68.69 -
YUV 104.18 192.8 202.05 -
System Red Green Blue C M Y K H S L
Decimal 208 29 219 0.05 0.87 0 0.14 296.53 0.77 0.49
Hex D0 1D DB 5 57 0 E 129 4D 31
Octal 320 35 333 5 127 0 16 451 115 61
Binary 11010000 11101 11011011 101 1010111 0 1110 100101001 1001101 110001

Color Harmonies of #D01DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01DDB

Black with #D01DDB

Text Example


Text Example

White with #D01DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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