Html Css Color HEX #DC23DA Deep Magenta

📋 copy color: '#DC23DA'

red 220 ◦ green 35 ◦ blue 218

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

Shades of Deep Magenta #DC23DA

Tints of Deep Magenta #DC23DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.09%

R = 46.51%
G = 7.4%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DC23DA (or 0xDC23DA) is known color: Deep Magenta. HEX triplet: DC, 23 and DA. RGB value is (220,35,218). Sum of RGB (Red+Green+Blue) = 220+35+218=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 35 (14.06% from 255 or 7.40% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC23DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC23DA is #23DC25. Grayscale: #6E6E6E. Windows color (decimal): -2350118 or 14296028. OLE color: 14296028.

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

Color convert

RGB 220 35 218 -
CMYK 0 0.84 0.01 0.14
HSL 300.65º 0.73% 0.5% -
HSV(B) 300.65º 0.84% 0.86% -
XYZ 42.77 21.48 68.22 -
YUV 111.18 188.29 205.62 -
System Red Green Blue C M Y K H S L
Decimal 220 35 218 0 0.84 0.01 0.14 300.65 0.73 0.5
Hex DC 23 DA 0 54 1 E 12D 49 32
Octal 334 43 332 0 124 1 16 455 111 62
Binary 11011100 100011 11011010 0 1010100 1 1110 100101101 1001001 110010

Color Harmonies of #DC23DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC23DA

Black with #DC23DA

Text Example


Text Example

White with #DC23DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC23DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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