Html Css Color HEX #D01DCE Deep Magenta

📋 copy color: '#D01DCE'

red 208 ◦ green 29 ◦ blue 206

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

Shades of Deep Magenta #D01DCE

Tints of Deep Magenta #D01DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.5%

R = 46.95%
G = 6.55%
B = 46.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D01DCE (or 0xD01DCE) is known color: Deep Magenta. HEX triplet: D0, 1D and CE. RGB value is (208,29,206). Sum of RGB (Red+Green+Blue) = 208+29+206=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 29 (11.72% from 255 or 6.55% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D01DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01DCE is #2FE231. Grayscale: #666666. Windows color (decimal): -3138098 or 13508048. OLE color: 13508048.

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

Color convert

RGB 208 29 206 -
CMYK 0 0.86 0.01 0.18
HSL 300.67º 0.76% 0.46% -
HSV(B) 300.67º 0.86% 0.82% -
XYZ 37.59 18.74 60.03 -
YUV 102.7 186.3 203.11 -
System Red Green Blue C M Y K H S L
Decimal 208 29 206 0 0.86 0.01 0.18 300.67 0.76 0.46
Hex D0 1D CE 0 56 1 12 12D 4C 2E
Octal 320 35 316 0 126 1 22 455 114 56
Binary 11010000 11101 11001110 0 1010110 1 10010 100101101 1001100 101110

Color Harmonies of #D01DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01DCE

Black with #D01DCE

Text Example


Text Example

White with #D01DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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