Html Css Color HEX #DB0CDA Deep Magenta

📋 copy color: '#DB0CDA'

red 219 ◦ green 12 ◦ blue 218

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

Shades of Deep Magenta #DB0CDA

Tints of Deep Magenta #DB0CDA

RGB

 RED value IS 219 (85.94% from 255) = 48.78%

 GREEN value IS 12 (5.08% from 255) = 2.67%

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

R = 48.78%
G = 2.67%
B = 48.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DB0CDA (or 0xDB0CDA) is known color: Deep Magenta. HEX triplet: DB, 0C and DA. RGB value is (219,12,218). Sum of RGB (Red+Green+Blue) = 219+12+218=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 12 (5.08% from 255 or 2.67% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0CDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0CDA is #24F325. Grayscale: #606060. Windows color (decimal): -2421542 or 14290139. OLE color: 14290139.

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

Color convert

RGB 219 12 218 -
CMYK 0 0.95 0.00 0.14
HSL 300.29º 0.9% 0.45% -
HSV(B) 300.29º 0.95% 0.86% -
XYZ 42 20.38 68.05 -
YUV 97.38 196.08 214.75 -
System Red Green Blue C M Y K H S L
Decimal 219 12 218 0 0.95 0.00 0.14 300.29 0.9 0.45
Hex DB C DA 0 5F 0 E 12C 5A 2D
Octal 333 14 332 0 137 0 16 454 132 55
Binary 11011011 1100 11011010 0 1011111 0 1110 100101100 1011010 101101

Color Harmonies of #DB0CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0CDA

Black with #DB0CDA

Text Example


Text Example

White with #DB0CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0CDA; }

 p { color: rgb(219,12,218); }

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

background-color css

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

 a { background-color: rgb(219,12,218); }

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

border-color css

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

 span { border-color: rgb(219,12,218); }

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