Html Css Color HEX #DC23D5 Deep Magenta

📋 copy color: '#DC23D5'

red 220 ◦ green 35 ◦ blue 213

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

Shades of Deep Magenta #DC23D5

Tints of Deep Magenta #DC23D5

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.48%

 BLUE value IS 213 (83.59% from 255) = 45.51%

R = 47.01%
G = 7.48%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DC23D5 (or 0xDC23D5) is known color: Deep Magenta. HEX triplet: DC, 23 and D5. RGB value is (220,35,213). Sum of RGB (Red+Green+Blue) = 220+35+213=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 35 (14.06% from 255 or 7.48% from 468); Blue value is 213 (83.59% from 255 or 45.51% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC23D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC23D5 is #23DC2A. Grayscale: #6E6E6E. Windows color (decimal): -2350123 or 13968348. OLE color: 13968348.

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

Color convert

RGB 220 35 213 -
CMYK 0 0.84 0.03 0.14
HSL 302.27º 0.73% 0.5% -
HSV(B) 302.27º 0.84% 0.86% -
XYZ 42.13 21.22 64.83 -
YUV 110.61 185.79 206.03 -
System Red Green Blue C M Y K H S L
Decimal 220 35 213 0 0.84 0.03 0.14 302.27 0.73 0.5
Hex DC 23 D5 0 54 3 E 12E 49 32
Octal 334 43 325 0 124 3 16 456 111 62
Binary 11011100 100011 11010101 0 1010100 11 1110 100101110 1001001 110010

Color Harmonies of #DC23D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC23D5

Black with #DC23D5

Text Example


Text Example

White with #DC23D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC23D5; }

 p { color: rgb(220,35,213); }

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

background-color css

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

 a { background-color: rgb(220,35,213); }

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

border-color css

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

 span { border-color: rgb(220,35,213); }

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