Html Css Color HEX #DC0CDA Deep Magenta

📋 copy color: '#DC0CDA'

red 220 ◦ green 12 ◦ blue 218

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

Shades of Deep Magenta #DC0CDA

Tints of Deep Magenta #DC0CDA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.67%

 BLUE value IS 218 (85.55% from 255) = 48.44%

R = 48.89%
G = 2.67%
B = 48.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DC0CDA (or 0xDC0CDA) is known color: Deep Magenta. HEX triplet: DC, 0C and DA. RGB value is (220,12,218). Sum of RGB (Red+Green+Blue) = 220+12+218=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 12 (5.08% from 255 or 2.67% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0CDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0CDA is #23F325. Grayscale: #616161. Windows color (decimal): -2356006 or 14290140. OLE color: 14290140.

HSL color Cylindrical-coordinate representation of color #DC0CDA: hue angle of 300.58º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0CDA is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 12 218 -
CMYK 0 0.95 0.01 0.14
HSL 300.58º 0.9% 0.45% -
HSV(B) 300.58º 0.95% 0.86% -
XYZ 42.3 20.54 68.06 -
YUV 97.68 195.91 215.25 -
System Red Green Blue C M Y K H S L
Decimal 220 12 218 0 0.95 0.01 0.14 300.58 0.9 0.45
Hex DC C DA 0 5F 1 E 12D 5A 2D
Octal 334 14 332 0 137 1 16 455 132 55
Binary 11011100 1100 11011010 0 1011111 1 1110 100101101 1011010 101101

Color Harmonies of #DC0CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0CDA

Black with #DC0CDA

Text Example


Text Example

White with #DC0CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0CDA; }

 p { color: rgb(220,12,218); }

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

background-color css

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

 a { background-color: rgb(220,12,218); }

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

border-color css

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

 span { border-color: rgb(220,12,218); }

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