Html Css Color HEX #DC0DCB Deep Magenta

📋 copy color: '#DC0DCB'

red 220 ◦ green 13 ◦ blue 203

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

Shades of Deep Magenta #DC0DCB

Tints of Deep Magenta #DC0DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.56%

R = 50.46%
G = 2.98%
B = 46.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DC0DCB (or 0xDC0DCB) is known color: Deep Magenta. HEX triplet: DC, 0D and CB. RGB value is (220,13,203). Sum of RGB (Red+Green+Blue) = 220+13+203=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 13 (5.47% from 255 or 2.98% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0DCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0DCB is #23F234. Grayscale: #606060. Windows color (decimal): -2355765 or 13307356. OLE color: 13307356.

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

Color convert

RGB 220 13 203 -
CMYK 0 0.94 0.08 0.14
HSL 304.93º 0.89% 0.46% -
HSV(B) 304.93º 0.94% 0.86% -
XYZ 40.44 19.82 58.19 -
YUV 96.55 188.08 216.05 -
System Red Green Blue C M Y K H S L
Decimal 220 13 203 0 0.94 0.08 0.14 304.93 0.89 0.46
Hex DC D CB 0 5E 8 E 131 59 2E
Octal 334 15 313 0 136 10 16 461 131 56
Binary 11011100 1101 11001011 0 1011110 1000 1110 100110001 1011001 101110

Color Harmonies of #DC0DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0DCB

Black with #DC0DCB

Text Example


Text Example

White with #DC0DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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