Html Css Color HEX #DC12DD Deep Magenta

📋 copy color: '#DC12DD'

red 220 ◦ green 18 ◦ blue 221

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

Shades of Deep Magenta #DC12DD

Tints of Deep Magenta #DC12DD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.92%

 BLUE value IS 221 (86.72% from 255) = 48.15%

R = 47.93%
G = 3.92%
B = 48.15%

CMYK

 C value IS 0.00

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC12DD (or 0xDC12DD) is known color: Deep Magenta. HEX triplet: DC, 12 and DD. RGB value is (220,18,221). Sum of RGB (Red+Green+Blue) = 220+18+221=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 18 (7.42% from 255 or 3.92% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC12DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC12DD is #23ED22. Grayscale: #646464. Windows color (decimal): -2354467 or 14488284. OLE color: 14488284.

HSL color Cylindrical-coordinate representation of color #DC12DD: hue angle of 299.7º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC12DD is Cyan = 0.00, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 18 221 -
CMYK 0.00 0.92 0 0.13
HSL 299.7º 0.85% 0.47% -
HSV(B) 299.7º 0.92% 0.87% -
XYZ 42.78 20.87 70.18 -
YUV 101.54 195.42 212.49 -
System Red Green Blue C M Y K H S L
Decimal 220 18 221 0.00 0.92 0 0.13 299.7 0.85 0.47
Hex DC 12 DD 0 5C 0 D 12C 55 2F
Octal 334 22 335 0 134 0 15 454 125 57
Binary 11011100 10010 11011101 0 1011100 0 1101 100101100 1010101 101111

Color Harmonies of #DC12DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC12DD

Black with #DC12DD

Text Example


Text Example

White with #DC12DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC12DD; }

 p { color: rgb(220,18,221); }

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

background-color css

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

 a { background-color: rgb(220,18,221); }

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

border-color css

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

 span { border-color: rgb(220,18,221); }

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