Html Css Color HEX #DC08E0 Deep Magenta

📋 copy color: '#DC08E0'

red 220 ◦ green 8 ◦ blue 224

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

Shades of Deep Magenta #DC08E0

Tints of Deep Magenta #DC08E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.56%

R = 48.67%
G = 1.77%
B = 49.56%

CMYK

 C value IS 0.02

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DC08E0 (or 0xDC08E0) is known color: Deep Magenta. HEX triplet: DC, 08 and E0. RGB value is (220,8,224). Sum of RGB (Red+Green+Blue) = 220+8+224=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 8 (3.52% from 255 or 1.77% from 452); Blue value is 224 (87.89% from 255 or 49.56% from 452); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC08E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC08E0 is #23F71F. Grayscale: #5F5F5F. Windows color (decimal): -2357024 or 14682332. OLE color: 14682332.

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

Color convert

RGB 220 8 224 -
CMYK 0.02 0.96 0 0.12
HSL 298.89º 0.93% 0.45% -
HSV(B) 298.89º 0.96% 0.88% -
XYZ 43.06 20.77 72.26 -
YUV 96.01 200.24 216.44 -
System Red Green Blue C M Y K H S L
Decimal 220 8 224 0.02 0.96 0 0.12 298.89 0.93 0.45
Hex DC 8 E0 2 60 0 C 12B 5D 2D
Octal 334 10 340 2 140 0 14 453 135 55
Binary 11011100 1000 11100000 10 1100000 0 1100 100101011 1011101 101101

Color Harmonies of #DC08E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC08E0

Black with #DC08E0

Text Example


Text Example

White with #DC08E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC08E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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