Html Css Color HEX #DC24D0 Deep Magenta

📋 copy color: '#DC24D0'

red 220 ◦ green 36 ◦ blue 208

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

Shades of Deep Magenta #DC24D0

Tints of Deep Magenta #DC24D0

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.76%

 BLUE value IS 208 (81.64% from 255) = 44.83%

R = 47.41%
G = 7.76%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DC24D0 (or 0xDC24D0) is known color: Deep Magenta. HEX triplet: DC, 24 and D0. RGB value is (220,36,208). Sum of RGB (Red+Green+Blue) = 220+36+208=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 36 (14.45% from 255 or 7.76% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC24D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC24D0 is #23DB2F. Grayscale: #6E6E6E. Windows color (decimal): -2349872 or 13640924. OLE color: 13640924.

HSL color Cylindrical-coordinate representation of color #DC24D0: hue angle of 303.91º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC24D0 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 36 208 -
CMYK 0 0.84 0.05 0.14
HSL 303.91º 0.72% 0.5% -
HSV(B) 303.91º 0.84% 0.86% -
XYZ 41.53 21.03 61.55 -
YUV 110.62 182.96 206.01 -
System Red Green Blue C M Y K H S L
Decimal 220 36 208 0 0.84 0.05 0.14 303.91 0.72 0.5
Hex DC 24 D0 0 54 5 E 130 48 32
Octal 334 44 320 0 124 5 16 460 110 62
Binary 11011100 100100 11010000 0 1010100 101 1110 100110000 1001000 110010

Color Harmonies of #DC24D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC24D0

Black with #DC24D0

Text Example


Text Example

White with #DC24D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC24D0; }

 p { color: rgb(220,36,208); }

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

background-color css

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

 a { background-color: rgb(220,36,208); }

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

border-color css

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

 span { border-color: rgb(220,36,208); }

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