Html Css Color HEX #DC24D3 Deep Magenta

📋 copy color: '#DC24D3'

red 220 ◦ green 36 ◦ blue 211

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

Shades of Deep Magenta #DC24D3

Tints of Deep Magenta #DC24D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 45.18%

R = 47.11%
G = 7.71%
B = 45.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DC24D3 (or 0xDC24D3) is known color: Deep Magenta. HEX triplet: DC, 24 and D3. RGB value is (220,36,211). Sum of RGB (Red+Green+Blue) = 220+36+211=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 36 (14.45% from 255 or 7.71% from 467); Blue value is 211 (82.81% from 255 or 45.18% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC24D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC24D3 is #23DB2C. Grayscale: #6E6E6E. Windows color (decimal): -2349869 or 13837532. OLE color: 13837532.

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

Color convert

RGB 220 36 211 -
CMYK 0 0.84 0.04 0.14
HSL 302.93º 0.72% 0.5% -
HSV(B) 302.93º 0.84% 0.86% -
XYZ 41.9 21.18 63.51 -
YUV 110.97 184.46 205.77 -
System Red Green Blue C M Y K H S L
Decimal 220 36 211 0 0.84 0.04 0.14 302.93 0.72 0.5
Hex DC 24 D3 0 54 4 E 12F 48 32
Octal 334 44 323 0 124 4 16 457 110 62
Binary 11011100 100100 11010011 0 1010100 100 1110 100101111 1001000 110010

Color Harmonies of #DC24D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC24D3

Black with #DC24D3

Text Example


Text Example

White with #DC24D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC24D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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