Html Css Color HEX #D00DC2 Deep Magenta

📋 copy color: '#D00DC2'

red 208 ◦ green 13 ◦ blue 194

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

Shades of Deep Magenta #D00DC2

Tints of Deep Magenta #D00DC2

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.13%

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

R = 50.12%
G = 3.13%
B = 46.75%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D00DC2 (or 0xD00DC2) is known color: Deep Magenta. HEX triplet: D0, 0D and C2. RGB value is (208,13,194). Sum of RGB (Red+Green+Blue) = 208+13+194=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 13 (5.47% from 255 or 3.13% from 415); Blue value is 194 (76.17% from 255 or 46.75% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D00DC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00DC2 is #2FF23D. Grayscale: #5B5B5B. Windows color (decimal): -3142206 or 12717520. OLE color: 12717520.

HSL color Cylindrical-coordinate representation of color #D00DC2: hue angle of 304.31º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00DC2 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 13 194 -
CMYK 0 0.94 0.07 0.18
HSL 304.31º 0.88% 0.43% -
HSV(B) 304.31º 0.94% 0.82% -
XYZ 35.89 17.59 52.54 -
YUV 91.94 185.6 210.78 -
System Red Green Blue C M Y K H S L
Decimal 208 13 194 0 0.94 0.07 0.18 304.31 0.88 0.43
Hex D0 D C2 0 5E 7 12 130 58 2B
Octal 320 15 302 0 136 7 22 460 130 53
Binary 11010000 1101 11000010 0 1011110 111 10010 100110000 1011000 101011

Color Harmonies of #D00DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00DC2

Black with #D00DC2

Text Example


Text Example

White with #D00DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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