Html Css Color HEX #DC0BD9 Deep Magenta

📋 copy color: '#DC0BD9'

red 220 ◦ green 11 ◦ blue 217

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

Shades of Deep Magenta #DC0BD9

Tints of Deep Magenta #DC0BD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 48.44%

R = 49.11%
G = 2.46%
B = 48.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DC0BD9 (or 0xDC0BD9) is known color: Deep Magenta. HEX triplet: DC, 0B and D9. RGB value is (220,11,217). Sum of RGB (Red+Green+Blue) = 220+11+217=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 11 (4.69% from 255 or 2.46% from 448); Blue value is 217 (85.16% from 255 or 48.44% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0BD9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0BD9 is #23F426. Grayscale: #606060. Windows color (decimal): -2356263 or 14224348. OLE color: 14224348.

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

Color convert

RGB 220 11 217 -
CMYK 0 0.95 0.01 0.14
HSL 300.86º 0.9% 0.45% -
HSV(B) 300.86º 0.95% 0.86% -
XYZ 42.16 20.46 67.37 -
YUV 96.98 195.74 215.75 -
System Red Green Blue C M Y K H S L
Decimal 220 11 217 0 0.95 0.01 0.14 300.86 0.9 0.45
Hex DC B D9 0 5F 1 E 12D 5A 2D
Octal 334 13 331 0 137 1 16 455 132 55
Binary 11011100 1011 11011001 0 1011111 1 1110 100101101 1011010 101101

Color Harmonies of #DC0BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0BD9

Black with #DC0BD9

Text Example


Text Example

White with #DC0BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0BD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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