Html Css Color HEX #DC23DD Deep Magenta

📋 copy color: '#DC23DD'

red 220 ◦ green 35 ◦ blue 221

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

Shades of Deep Magenta #DC23DD

Tints of Deep Magenta #DC23DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.43%

R = 46.22%
G = 7.35%
B = 46.43%

CMYK

 C value IS 0.00

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC23DD (or 0xDC23DD) is known color: Deep Magenta. HEX triplet: DC, 23 and DD. RGB value is (220,35,221). Sum of RGB (Red+Green+Blue) = 220+35+221=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 35 (14.06% from 255 or 7.35% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC23DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC23DD is #23DC22. Grayscale: #6E6E6E. Windows color (decimal): -2350115 or 14492636. OLE color: 14492636.

HSL color Cylindrical-coordinate representation of color #DC23DD: hue angle of 299.68º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC23DD is Cyan = 0.00, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 35 221 -
CMYK 0.00 0.84 0 0.13
HSL 299.68º 0.73% 0.5% -
HSV(B) 299.68º 0.84% 0.87% -
XYZ 43.17 21.64 70.31 -
YUV 111.52 189.79 205.38 -
System Red Green Blue C M Y K H S L
Decimal 220 35 221 0.00 0.84 0 0.13 299.68 0.73 0.5
Hex DC 23 DD 0 54 0 D 12C 49 32
Octal 334 43 335 0 124 0 15 454 111 62
Binary 11011100 100011 11011101 0 1010100 0 1101 100101100 1001001 110010

Color Harmonies of #DC23DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC23DD

Black with #DC23DD

Text Example


Text Example

White with #DC23DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC23DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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