Html Css Color HEX #DC15D4 Deep Magenta

📋 copy color: '#DC15D4'

red 220 ◦ green 21 ◦ blue 212

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

Shades of Deep Magenta #DC15D4

Tints of Deep Magenta #DC15D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 46.8%

R = 48.57%
G = 4.64%
B = 46.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DC15D4 (or 0xDC15D4) is known color: Deep Magenta. HEX triplet: DC, 15 and D4. RGB value is (220,21,212). Sum of RGB (Red+Green+Blue) = 220+21+212=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 21 (8.59% from 255 or 4.64% from 453); Blue value is 212 (83.20% from 255 or 46.80% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC15D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC15D4 is #23EA2B. Grayscale: #656565. Windows color (decimal): -2353708 or 13899228. OLE color: 13899228.

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

Color convert

RGB 220 21 212 -
CMYK 0 0.90 0.04 0.14
HSL 302.41º 0.83% 0.47% -
HSV(B) 302.41º 0.9% 0.86% -
XYZ 41.67 20.51 64.05 -
YUV 102.28 189.93 211.97 -
System Red Green Blue C M Y K H S L
Decimal 220 21 212 0 0.90 0.04 0.14 302.41 0.83 0.47
Hex DC 15 D4 0 5A 4 E 12E 53 2F
Octal 334 25 324 0 132 4 16 456 123 57
Binary 11011100 10101 11010100 0 1011010 100 1110 100101110 1010011 101111

Color Harmonies of #DC15D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC15D4

Black with #DC15D4

Text Example


Text Example

White with #DC15D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC15D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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