Html Css Color HEX #D01DC2 Deep Magenta

📋 copy color: '#D01DC2'

red 208 ◦ green 29 ◦ blue 194

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

Shades of Deep Magenta #D01DC2

Tints of Deep Magenta #D01DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 45.01%

R = 48.26%
G = 6.73%
B = 45.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D01DC2 (or 0xD01DC2) is known color: Deep Magenta. HEX triplet: D0, 1D and C2. RGB value is (208,29,194). Sum of RGB (Red+Green+Blue) = 208+29+194=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 29 (11.72% from 255 or 6.73% from 431); Blue value is 194 (76.17% from 255 or 45.01% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D01DC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01DC2 is #2FE23D. Grayscale: #646464. Windows color (decimal): -3138110 or 12721616. OLE color: 12721616.

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

Color convert

RGB 208 29 194 -
CMYK 0 0.86 0.07 0.18
HSL 304.69º 0.76% 0.46% -
HSV(B) 304.69º 0.86% 0.82% -
XYZ 36.19 18.18 52.64 -
YUV 101.33 180.3 204.08 -
System Red Green Blue C M Y K H S L
Decimal 208 29 194 0 0.86 0.07 0.18 304.69 0.76 0.46
Hex D0 1D C2 0 56 7 12 131 4C 2E
Octal 320 35 302 0 126 7 22 461 114 56
Binary 11010000 11101 11000010 0 1010110 111 10010 100110001 1001100 101110

Color Harmonies of #D01DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01DC2

Black with #D01DC2

Text Example


Text Example

White with #D01DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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