Html Css Color HEX #DB0BCD Deep Magenta

📋 copy color: '#DB0BCD'

red 219 ◦ green 11 ◦ blue 205

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

Shades of Deep Magenta #DB0BCD

Tints of Deep Magenta #DB0BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.13%

R = 50.34%
G = 2.53%
B = 47.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB0BCD (or 0xDB0BCD) is known color: Deep Magenta. HEX triplet: DB, 0B and CD. RGB value is (219,11,205). Sum of RGB (Red+Green+Blue) = 219+11+205=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 11 (4.69% from 255 or 2.53% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0BCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0BCD is #24F432. Grayscale: #5E5E5E. Windows color (decimal): -2421811 or 13437915. OLE color: 13437915.

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

Color convert

RGB 219 11 205 -
CMYK 0 0.95 0.06 0.14
HSL 304.04º 0.9% 0.45% -
HSV(B) 304.04º 0.95% 0.86% -
XYZ 40.35 19.71 59.43 -
YUV 95.31 189.91 216.23 -
System Red Green Blue C M Y K H S L
Decimal 219 11 205 0 0.95 0.06 0.14 304.04 0.9 0.45
Hex DB B CD 0 5F 6 E 130 5A 2D
Octal 333 13 315 0 137 6 16 460 132 55
Binary 11011011 1011 11001101 0 1011111 110 1110 100110000 1011010 101101

Color Harmonies of #DB0BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0BCD

Black with #DB0BCD

Text Example


Text Example

White with #DB0BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0BCD; }

 p { color: rgb(219,11,205); }

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

background-color css

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

 a { background-color: rgb(219,11,205); }

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

border-color css

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

 span { border-color: rgb(219,11,205); }

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