Html Css Color HEX #D01DCB Deep Magenta

📋 copy color: '#D01DCB'

red 208 ◦ green 29 ◦ blue 203

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

Shades of Deep Magenta #D01DCB

Tints of Deep Magenta #D01DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.14%

R = 47.27%
G = 6.59%
B = 46.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D01DCB (or 0xD01DCB) is known color: Deep Magenta. HEX triplet: D0, 1D and CB. RGB value is (208,29,203). Sum of RGB (Red+Green+Blue) = 208+29+203=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 29 (11.72% from 255 or 6.59% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D01DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01DCB is #2FE234. Grayscale: #656565. Windows color (decimal): -3138101 or 13311440. OLE color: 13311440.

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

Color convert

RGB 208 29 203 -
CMYK 0 0.86 0.02 0.18
HSL 301.68º 0.76% 0.46% -
HSV(B) 301.68º 0.86% 0.82% -
XYZ 37.23 18.6 58.13 -
YUV 102.36 184.8 203.35 -
System Red Green Blue C M Y K H S L
Decimal 208 29 203 0 0.86 0.02 0.18 301.68 0.76 0.46
Hex D0 1D CB 0 56 2 12 12E 4C 2E
Octal 320 35 313 0 126 2 22 456 114 56
Binary 11010000 11101 11001011 0 1010110 10 10010 100101110 1001100 101110

Color Harmonies of #D01DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01DCB

Black with #D01DCB

Text Example


Text Example

White with #D01DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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