Html Css Color HEX #DC08B4 Deep Magenta

📋 copy color: '#DC08B4'

red 220 ◦ green 8 ◦ blue 180

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

Shades of Deep Magenta #DC08B4

Tints of Deep Magenta #DC08B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.12%

R = 53.92%
G = 1.96%
B = 44.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DC08B4 (or 0xDC08B4) is known color: Deep Magenta. HEX triplet: DC, 08 and B4. RGB value is (220,8,180). Sum of RGB (Red+Green+Blue) = 220+8+180=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 8 (3.52% from 255 or 1.96% from 408); Blue value is 180 (70.70% from 255 or 44.12% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC08B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC08B4 is #23F74B. Grayscale: #5A5A5A. Windows color (decimal): -2357068 or 11798748. OLE color: 11798748.

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

Color convert

RGB 220 8 180 -
CMYK 0 0.96 0.18 0.14
HSL 311.32º 0.93% 0.45% -
HSV(B) 311.32º 0.96% 0.86% -
XYZ 37.84 18.68 44.79 -
YUV 91 178.24 220.01 -
System Red Green Blue C M Y K H S L
Decimal 220 8 180 0 0.96 0.18 0.14 311.32 0.93 0.45
Hex DC 8 B4 0 60 12 E 137 5D 2D
Octal 334 10 264 0 140 22 16 467 135 55
Binary 11011100 1000 10110100 0 1100000 10010 1110 100110111 1011101 101101

Color Harmonies of #DC08B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC08B4

Black with #DC08B4

Text Example


Text Example

White with #DC08B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC08B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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