Html Css Color HEX #DC23C9 Deep Magenta

📋 copy color: '#DC23C9'

red 220 ◦ green 35 ◦ blue 201

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

Shades of Deep Magenta #DC23C9

Tints of Deep Magenta #DC23C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.08%

R = 48.25%
G = 7.68%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DC23C9 (or 0xDC23C9) is known color: Deep Magenta. HEX triplet: DC, 23 and C9. RGB value is (220,35,201). Sum of RGB (Red+Green+Blue) = 220+35+201=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 35 (14.06% from 255 or 7.68% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC23C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC23C9 is #23DC36. Grayscale: #6C6C6C. Windows color (decimal): -2350135 or 13181916. OLE color: 13181916.

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

Color convert

RGB 220 35 201 -
CMYK 0 0.84 0.09 0.14
HSL 306.16º 0.73% 0.5% -
HSV(B) 306.16º 0.84% 0.86% -
XYZ 40.66 20.63 57.1 -
YUV 109.24 179.79 207 -
System Red Green Blue C M Y K H S L
Decimal 220 35 201 0 0.84 0.09 0.14 306.16 0.73 0.5
Hex DC 23 C9 0 54 9 E 132 49 32
Octal 334 43 311 0 124 11 16 462 111 62
Binary 11011100 100011 11001001 0 1010100 1001 1110 100110010 1001001 110010

Color Harmonies of #DC23C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC23C9

Black with #DC23C9

Text Example


Text Example

White with #DC23C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC23C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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