Html Css Color HEX #DC19CB Deep Magenta

📋 copy color: '#DC19CB'

red 220 ◦ green 25 ◦ blue 203

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

Shades of Deep Magenta #DC19CB

Tints of Deep Magenta #DC19CB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.58%

 BLUE value IS 203 (79.69% from 255) = 45.31%

R = 49.11%
G = 5.58%
B = 45.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DC19CB (or 0xDC19CB) is known color: Deep Magenta. HEX triplet: DC, 19 and CB. RGB value is (220,25,203). Sum of RGB (Red+Green+Blue) = 220+25+203=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 25 (10.16% from 255 or 5.58% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC19CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC19CB is #23E634. Grayscale: #676767. Windows color (decimal): -2352693 or 13310428. OLE color: 13310428.

HSL color Cylindrical-coordinate representation of color #DC19CB: hue angle of 305.23º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC19CB is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 25 203 -
CMYK 0 0.89 0.08 0.14
HSL 305.23º 0.8% 0.48% -
HSV(B) 305.23º 0.89% 0.86% -
XYZ 40.64 20.22 58.26 -
YUV 103.6 184.1 211.03 -
System Red Green Blue C M Y K H S L
Decimal 220 25 203 0 0.89 0.08 0.14 305.23 0.8 0.48
Hex DC 19 CB 0 59 8 E 131 50 30
Octal 334 31 313 0 131 10 16 461 120 60
Binary 11011100 11001 11001011 0 1011001 1000 1110 100110001 1010000 110000

Color Harmonies of #DC19CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC19CB

Black with #DC19CB

Text Example


Text Example

White with #DC19CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC19CB; }

 p { color: rgb(220,25,203); }

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

background-color css

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

 a { background-color: rgb(220,25,203); }

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

border-color css

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

 span { border-color: rgb(220,25,203); }

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