Html Css Color HEX #DC16C4 Deep Magenta

📋 copy color: '#DC16C4'

red 220 ◦ green 22 ◦ blue 196

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

Shades of Deep Magenta #DC16C4

Tints of Deep Magenta #DC16C4

RGB

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

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

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

R = 50.23%
G = 5.02%
B = 44.75%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DC16C4 (or 0xDC16C4) is known color: Deep Magenta. HEX triplet: DC, 16 and C4. RGB value is (220,22,196). Sum of RGB (Red+Green+Blue) = 220+22+196=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 22 (8.98% from 255 or 5.02% from 438); Blue value is 196 (76.95% from 255 or 44.75% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC16C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC16C4 is #23E93B. Grayscale: #646464. Windows color (decimal): -2353468 or 12850908. OLE color: 12850908.

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

Color convert

RGB 220 22 196 -
CMYK 0 0.9 0.11 0.14
HSL 307.27º 0.82% 0.47% -
HSV(B) 307.27º 0.9% 0.86% -
XYZ 39.77 19.77 53.95 -
YUV 101.04 181.6 212.85 -
System Red Green Blue C M Y K H S L
Decimal 220 22 196 0 0.9 0.11 0.14 307.27 0.82 0.47
Hex DC 16 C4 0 5A B E 133 52 2F
Octal 334 26 304 0 132 13 16 463 122 57
Binary 11011100 10110 11000100 0 1011010 1011 1110 100110011 1010010 101111

Color Harmonies of #DC16C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC16C4

Black with #DC16C4

Text Example


Text Example

White with #DC16C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC16C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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