Html Css Color HEX #DC23CC Deep Magenta

📋 copy color: '#DC23CC'

red 220 ◦ green 35 ◦ blue 204

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

Shades of Deep Magenta #DC23CC

Tints of Deep Magenta #DC23CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.44%

R = 47.93%
G = 7.63%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC23CC (or 0xDC23CC) is known color: Deep Magenta. HEX triplet: DC, 23 and CC. RGB value is (220,35,204). Sum of RGB (Red+Green+Blue) = 220+35+204=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 35 (14.06% from 255 or 7.63% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC23CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC23CC is #23DC33. Grayscale: #6D6D6D. Windows color (decimal): -2350132 or 13378524. OLE color: 13378524.

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

Color convert

RGB 220 35 204 -
CMYK 0 0.84 0.07 0.14
HSL 305.19º 0.73% 0.5% -
HSV(B) 305.19º 0.84% 0.86% -
XYZ 41.02 20.78 58.98 -
YUV 109.58 181.29 206.76 -
System Red Green Blue C M Y K H S L
Decimal 220 35 204 0 0.84 0.07 0.14 305.19 0.73 0.5
Hex DC 23 CC 0 54 7 E 131 49 32
Octal 334 43 314 0 124 7 16 461 111 62
Binary 11011100 100011 11001100 0 1010100 111 1110 100110001 1001001 110010

Color Harmonies of #DC23CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC23CC

Black with #DC23CC

Text Example


Text Example

White with #DC23CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC23CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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