Html Css Color HEX #DC0BB5 Deep Magenta

📋 copy color: '#DC0BB5'

red 220 ◦ green 11 ◦ blue 181

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

Shades of Deep Magenta #DC0BB5

Tints of Deep Magenta #DC0BB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.93%

R = 53.4%
G = 2.67%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DC0BB5 (or 0xDC0BB5) is known color: Deep Magenta. HEX triplet: DC, 0B and B5. RGB value is (220,11,181). Sum of RGB (Red+Green+Blue) = 220+11+181=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 11 (4.69% from 255 or 2.67% from 412); Blue value is 181 (71.09% from 255 or 43.93% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0BB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0BB5 is #23F44A. Grayscale: #5C5C5C. Windows color (decimal): -2356299 or 11865052. OLE color: 11865052.

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

Color convert

RGB 220 11 181 -
CMYK 0 0.95 0.18 0.14
HSL 311.2º 0.9% 0.45% -
HSV(B) 311.2º 0.95% 0.86% -
XYZ 37.98 18.79 45.34 -
YUV 92.87 177.74 218.68 -
System Red Green Blue C M Y K H S L
Decimal 220 11 181 0 0.95 0.18 0.14 311.2 0.9 0.45
Hex DC B B5 0 5F 12 E 137 5A 2D
Octal 334 13 265 0 137 22 16 467 132 55
Binary 11011100 1011 10110101 0 1011111 10010 1110 100110111 1011010 101101

Color Harmonies of #DC0BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0BB5

Black with #DC0BB5

Text Example


Text Example

White with #DC0BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0BB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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