Html Css Color HEX #DC18CC Deep Magenta

📋 copy color: '#DC18CC'

red 220 ◦ green 24 ◦ blue 204

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

Shades of Deep Magenta #DC18CC

Tints of Deep Magenta #DC18CC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.36%

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

R = 49.11%
G = 5.36%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC18CC (or 0xDC18CC) is known color: Deep Magenta. HEX triplet: DC, 18 and CC. RGB value is (220,24,204). Sum of RGB (Red+Green+Blue) = 220+24+204=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 24 (9.77% from 255 or 5.36% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC18CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC18CC is #23E733. Grayscale: #666666. Windows color (decimal): -2352948 or 13375708. OLE color: 13375708.

HSL color Cylindrical-coordinate representation of color #DC18CC: hue angle of 304.9º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC18CC is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 24 204 -
CMYK 0 0.89 0.07 0.14
HSL 304.9º 0.8% 0.48% -
HSV(B) 304.9º 0.89% 0.86% -
XYZ 40.74 20.23 58.88 -
YUV 103.12 184.93 211.36 -
System Red Green Blue C M Y K H S L
Decimal 220 24 204 0 0.89 0.07 0.14 304.9 0.8 0.48
Hex DC 18 CC 0 59 7 E 131 50 30
Octal 334 30 314 0 131 7 16 461 120 60
Binary 11011100 11000 11001100 0 1011001 111 1110 100110001 1010000 110000

Color Harmonies of #DC18CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC18CC

Black with #DC18CC

Text Example


Text Example

White with #DC18CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC18CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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