Html Css Color HEX #DC16DA Deep Magenta

📋 copy color: '#DC16DA'

red 220 ◦ green 22 ◦ blue 218

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

Shades of Deep Magenta #DC16DA

Tints of Deep Magenta #DC16DA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.78%

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

R = 47.83%
G = 4.78%
B = 47.39%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DC16DA (or 0xDC16DA) is known color: Deep Magenta. HEX triplet: DC, 16 and DA. RGB value is (220,22,218). Sum of RGB (Red+Green+Blue) = 220+22+218=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 22 (8.98% from 255 or 4.78% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC16DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC16DA is #23E925. Grayscale: #666666. Windows color (decimal): -2353446 or 14292700. OLE color: 14292700.

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

Color convert

RGB 220 22 218 -
CMYK 0 0.9 0.01 0.14
HSL 300.61º 0.82% 0.47% -
HSV(B) 300.61º 0.9% 0.86% -
XYZ 42.46 20.85 68.12 -
YUV 103.55 192.6 211.06 -
System Red Green Blue C M Y K H S L
Decimal 220 22 218 0 0.9 0.01 0.14 300.61 0.82 0.47
Hex DC 16 DA 0 5A 1 E 12D 52 2F
Octal 334 26 332 0 132 1 16 455 122 57
Binary 11011100 10110 11011010 0 1011010 1 1110 100101101 1010010 101111

Color Harmonies of #DC16DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC16DA

Black with #DC16DA

Text Example


Text Example

White with #DC16DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC16DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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