Html Css Color HEX #DC08CA Deep Magenta

📋 copy color: '#DC08CA'

red 220 ◦ green 8 ◦ blue 202

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

Shades of Deep Magenta #DC08CA

Tints of Deep Magenta #DC08CA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.86%

 BLUE value IS 202 (79.3% from 255) = 46.98%

R = 51.16%
G = 1.86%
B = 46.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DC08CA (or 0xDC08CA) is known color: Deep Magenta. HEX triplet: DC, 08 and CA. RGB value is (220,8,202). Sum of RGB (Red+Green+Blue) = 220+8+202=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 8 (3.52% from 255 or 1.86% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC08CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC08CA is #23F735. Grayscale: #5C5C5C. Windows color (decimal): -2357046 or 13240540. OLE color: 13240540.

HSL color Cylindrical-coordinate representation of color #DC08CA: hue angle of 305.09º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC08CA is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 8 202 -
CMYK 0 0.96 0.08 0.14
HSL 305.09º 0.93% 0.45% -
HSV(B) 305.09º 0.96% 0.86% -
XYZ 40.26 19.65 57.55 -
YUV 93.5 189.24 218.23 -
System Red Green Blue C M Y K H S L
Decimal 220 8 202 0 0.96 0.08 0.14 305.09 0.93 0.45
Hex DC 8 CA 0 60 8 E 131 5D 2D
Octal 334 10 312 0 140 10 16 461 135 55
Binary 11011100 1000 11001010 0 1100000 1000 1110 100110001 1011101 101101

Color Harmonies of #DC08CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC08CA

Black with #DC08CA

Text Example


Text Example

White with #DC08CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC08CA; }

 p { color: rgb(220,8,202); }

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

background-color css

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

 a { background-color: rgb(220,8,202); }

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

border-color css

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

 span { border-color: rgb(220,8,202); }

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