Html Css Color HEX #DC0DC4 Deep Magenta

📋 copy color: '#DC0DC4'

red 220 ◦ green 13 ◦ blue 196

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

Shades of Deep Magenta #DC0DC4

Tints of Deep Magenta #DC0DC4

RGB

 RED value IS 220 (86.33% from 255) = 51.28%

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

 BLUE value IS 196 (76.95% from 255) = 45.69%

R = 51.28%
G = 3.03%
B = 45.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DC0DC4 (or 0xDC0DC4) is known color: Deep Magenta. HEX triplet: DC, 0D and C4. RGB value is (220,13,196). Sum of RGB (Red+Green+Blue) = 220+13+196=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 13 (5.47% from 255 or 3.03% from 429); Blue value is 196 (76.95% from 255 or 45.69% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0DC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0DC4 is #23F23B. Grayscale: #5F5F5F. Windows color (decimal): -2355772 or 12848604. OLE color: 12848604.

HSL color Cylindrical-coordinate representation of color #DC0DC4: hue angle of 306.96º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0DC4 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 13 196 -
CMYK 0 0.94 0.11 0.14
HSL 306.96º 0.89% 0.46% -
HSV(B) 306.96º 0.94% 0.86% -
XYZ 39.62 19.49 53.9 -
YUV 95.76 184.58 216.62 -
System Red Green Blue C M Y K H S L
Decimal 220 13 196 0 0.94 0.11 0.14 306.96 0.89 0.46
Hex DC D C4 0 5E B E 133 59 2E
Octal 334 15 304 0 136 13 16 463 131 56
Binary 11011100 1101 11000100 0 1011110 1011 1110 100110011 1011001 101110

Color Harmonies of #DC0DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0DC4

Black with #DC0DC4

Text Example


Text Example

White with #DC0DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0DC4; }

 p { color: rgb(220,13,196); }

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

background-color css

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

 a { background-color: rgb(220,13,196); }

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

border-color css

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

 span { border-color: rgb(220,13,196); }

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