Html Css Color HEX #DC15CB Deep Magenta

📋 copy color: '#DC15CB'

red 220 ◦ green 21 ◦ blue 203

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

Shades of Deep Magenta #DC15CB

Tints of Deep Magenta #DC15CB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.73%

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

R = 49.55%
G = 4.73%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DC15CB (or 0xDC15CB) is known color: Deep Magenta. HEX triplet: DC, 15 and CB. RGB value is (220,21,203). Sum of RGB (Red+Green+Blue) = 220+21+203=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 21 (8.59% from 255 or 4.73% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC15CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC15CB is #23EA34. Grayscale: #646464. Windows color (decimal): -2353717 or 13309404. OLE color: 13309404.

HSL color Cylindrical-coordinate representation of color #DC15CB: hue angle of 305.13º degrees, saturation: 0.83, 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 #DC15CB is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 21 203 -
CMYK 0 0.90 0.08 0.14
HSL 305.13º 0.83% 0.47% -
HSV(B) 305.13º 0.9% 0.86% -
XYZ 40.56 20.06 58.23 -
YUV 101.25 185.43 212.7 -
System Red Green Blue C M Y K H S L
Decimal 220 21 203 0 0.90 0.08 0.14 305.13 0.83 0.47
Hex DC 15 CB 0 5A 8 E 131 53 2F
Octal 334 25 313 0 132 10 16 461 123 57
Binary 11011100 10101 11001011 0 1011010 1000 1110 100110001 1010011 101111

Color Harmonies of #DC15CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC15CB

Black with #DC15CB

Text Example


Text Example

White with #DC15CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC15CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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