Html Css Color HEX #D00DC6 Deep Magenta

📋 copy color: '#D00DC6'

red 208 ◦ green 13 ◦ blue 198

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

Shades of Deep Magenta #D00DC6

Tints of Deep Magenta #D00DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 47.26%

R = 49.64%
G = 3.1%
B = 47.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D00DC6 (or 0xD00DC6) is known color: Deep Magenta. HEX triplet: D0, 0D and C6. RGB value is (208,13,198). Sum of RGB (Red+Green+Blue) = 208+13+198=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 13 (5.47% from 255 or 3.10% from 419); Blue value is 198 (77.73% from 255 or 47.26% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D00DC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00DC6 is #2FF239. Grayscale: #5B5B5B. Windows color (decimal): -3142202 or 12979664. OLE color: 12979664.

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

Color convert

RGB 208 13 198 -
CMYK 0 0.94 0.05 0.18
HSL 303.08º 0.88% 0.43% -
HSV(B) 303.08º 0.94% 0.82% -
XYZ 36.35 17.77 54.94 -
YUV 92.4 187.6 210.46 -
System Red Green Blue C M Y K H S L
Decimal 208 13 198 0 0.94 0.05 0.18 303.08 0.88 0.43
Hex D0 D C6 0 5E 5 12 12F 58 2B
Octal 320 15 306 0 136 5 22 457 130 53
Binary 11010000 1101 11000110 0 1011110 101 10010 100101111 1011000 101011

Color Harmonies of #D00DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00DC6

Black with #D00DC6

Text Example


Text Example

White with #D00DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00DC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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