Html Css Color HEX #DC0BB6 Deep Magenta

📋 copy color: '#DC0BB6'

red 220 ◦ green 11 ◦ blue 182

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

Shades of Deep Magenta #DC0BB6

Tints of Deep Magenta #DC0BB6

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.66%

 BLUE value IS 182 (71.48% from 255) = 44.07%

R = 53.27%
G = 2.66%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DC0BB6 (or 0xDC0BB6) is known color: Deep Magenta. HEX triplet: DC, 0B and B6. RGB value is (220,11,182). Sum of RGB (Red+Green+Blue) = 220+11+182=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 11 (4.69% from 255 or 2.66% from 413); Blue value is 182 (71.48% from 255 or 44.07% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0BB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0BB6 is #23F449. Grayscale: #5C5C5C. Windows color (decimal): -2356298 or 11930588. OLE color: 11930588.

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

Color convert

RGB 220 11 182 -
CMYK 0 0.95 0.17 0.14
HSL 310.91º 0.9% 0.45% -
HSV(B) 310.91º 0.95% 0.86% -
XYZ 38.08 18.83 45.88 -
YUV 92.99 178.24 218.6 -
System Red Green Blue C M Y K H S L
Decimal 220 11 182 0 0.95 0.17 0.14 310.91 0.9 0.45
Hex DC B B6 0 5F 11 E 137 5A 2D
Octal 334 13 266 0 137 21 16 467 132 55
Binary 11011100 1011 10110110 0 1011111 10001 1110 100110111 1011010 101101

Color Harmonies of #DC0BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0BB6

Black with #DC0BB6

Text Example


Text Example

White with #DC0BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0BB6; }

 p { color: rgb(220,11,182); }

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

background-color css

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

 a { background-color: rgb(220,11,182); }

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

border-color css

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

 span { border-color: rgb(220,11,182); }

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