Html Css Color HEX #D01DB8 Deep Magenta

📋 copy color: '#D01DB8'

red 208 ◦ green 29 ◦ blue 184

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

Shades of Deep Magenta #D01DB8

Tints of Deep Magenta #D01DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 43.71%

R = 49.41%
G = 6.89%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D01DB8 (or 0xD01DB8) is known color: Deep Magenta. HEX triplet: D0, 1D and B8. RGB value is (208,29,184). Sum of RGB (Red+Green+Blue) = 208+29+184=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 29 (11.72% from 255 or 6.89% from 421); Blue value is 184 (72.27% from 255 or 43.71% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D01DB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01DB8 is #2FE247. Grayscale: #636363. Windows color (decimal): -3138120 or 12066256. OLE color: 12066256.

HSL color Cylindrical-coordinate representation of color #D01DB8: hue angle of 308.04º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D01DB8 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 29 184 -
CMYK 0 0.86 0.12 0.18
HSL 308.04º 0.76% 0.46% -
HSV(B) 308.04º 0.86% 0.82% -
XYZ 35.1 17.75 46.92 -
YUV 100.19 175.3 204.9 -
System Red Green Blue C M Y K H S L
Decimal 208 29 184 0 0.86 0.12 0.18 308.04 0.76 0.46
Hex D0 1D B8 0 56 C 12 134 4C 2E
Octal 320 35 270 0 126 14 22 464 114 56
Binary 11010000 11101 10111000 0 1010110 1100 10010 100110100 1001100 101110

Color Harmonies of #D01DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01DB8

Black with #D01DB8

Text Example


Text Example

White with #D01DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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