Html Css Color HEX #DC16C6 Deep Magenta

📋 copy color: '#DC16C6'

red 220 ◦ green 22 ◦ blue 198

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

Shades of Deep Magenta #DC16C6

Tints of Deep Magenta #DC16C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45%

R = 50%
G = 5%
B = 45%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#DC16C6 (or 0xDC16C6) is known color: Deep Magenta. HEX triplet: DC, 16 and C6. RGB value is (220,22,198). Sum of RGB (Red+Green+Blue) = 220+22+198=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 22 (8.98% from 255 or 5% from 440); Blue value is 198 (77.73% from 255 or 45% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC16C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC16C6 is #23E939. Grayscale: #646464. Windows color (decimal): -2353466 or 12981980. OLE color: 12981980.

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

Color convert

RGB 220 22 198 -
CMYK 0 0.9 0.1 0.14
HSL 306.67º 0.82% 0.47% -
HSV(B) 306.67º 0.9% 0.86% -
XYZ 40 19.87 55.15 -
YUV 101.27 182.6 212.69 -
System Red Green Blue C M Y K H S L
Decimal 220 22 198 0 0.9 0.1 0.14 306.67 0.82 0.47
Hex DC 16 C6 0 5A A E 133 52 2F
Octal 334 26 306 0 132 12 16 463 122 57
Binary 11011100 10110 11000110 0 1011010 1010 1110 100110011 1010010 101111

Color Harmonies of #DC16C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC16C6

Black with #DC16C6

Text Example


Text Example

White with #DC16C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC16C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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