Html Css Color HEX #D01DB5 Deep Magenta

📋 copy color: '#D01DB5'

red 208 ◦ green 29 ◦ blue 181

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

Shades of Deep Magenta #D01DB5

Tints of Deep Magenta #D01DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.3%

R = 49.76%
G = 6.94%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D01DB5 (or 0xD01DB5) is known color: Deep Magenta. HEX triplet: D0, 1D and B5. RGB value is (208,29,181). Sum of RGB (Red+Green+Blue) = 208+29+181=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 29 (11.72% from 255 or 6.94% from 418); Blue value is 181 (71.09% from 255 or 43.30% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D01DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01DB5 is #2FE24A. Grayscale: #636363. Windows color (decimal): -3138123 or 11869648. OLE color: 11869648.

HSL color Cylindrical-coordinate representation of color #D01DB5: hue angle of 309.05º 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 #D01DB5 is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 29 181 -
CMYK 0 0.86 0.13 0.18
HSL 309.05º 0.76% 0.46% -
HSV(B) 309.05º 0.86% 0.82% -
XYZ 34.79 17.62 45.28 -
YUV 99.85 173.8 205.14 -
System Red Green Blue C M Y K H S L
Decimal 208 29 181 0 0.86 0.13 0.18 309.05 0.76 0.46
Hex D0 1D B5 0 56 D 12 135 4C 2E
Octal 320 35 265 0 126 15 22 465 114 56
Binary 11010000 11101 10110101 0 1010110 1101 10010 100110101 1001100 101110

Color Harmonies of #D01DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01DB5

Black with #D01DB5

Text Example


Text Example

White with #D01DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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