Html Css Color HEX #DC0BDA Deep Magenta

📋 copy color: '#DC0BDA'

red 220 ◦ green 11 ◦ blue 218

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

Shades of Deep Magenta #DC0BDA

Tints of Deep Magenta #DC0BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.55%

R = 49%
G = 2.45%
B = 48.55%

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

#DC0BDA (or 0xDC0BDA) is known color: Deep Magenta. HEX triplet: DC, 0B and DA. RGB value is (220,11,218). Sum of RGB (Red+Green+Blue) = 220+11+218=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 11 (4.69% from 255 or 2.45% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0BDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0BDA is #23F425. Grayscale: #606060. Windows color (decimal): -2356262 or 14289884. OLE color: 14289884.

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

Color convert

RGB 220 11 218 -
CMYK 0 0.95 0.01 0.14
HSL 300.57º 0.9% 0.45% -
HSV(B) 300.57º 0.95% 0.86% -
XYZ 42.29 20.52 68.06 -
YUV 97.09 196.24 215.67 -
System Red Green Blue C M Y K H S L
Decimal 220 11 218 0 0.95 0.01 0.14 300.57 0.9 0.45
Hex DC B DA 0 5F 1 E 12D 5A 2D
Octal 334 13 332 0 137 1 16 455 132 55
Binary 11011100 1011 11011010 0 1011111 1 1110 100101101 1011010 101101

Color Harmonies of #DC0BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0BDA

Black with #DC0BDA

Text Example


Text Example

White with #DC0BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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