Html Css Color HEX #DA0BDB Deep Magenta

📋 copy color: '#DA0BDB'

red 218 ◦ green 11 ◦ blue 219

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

Shades of Deep Magenta #DA0BDB

Tints of Deep Magenta #DA0BDB

RGB

 RED value IS 218 (85.55% from 255) = 48.66%

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

 BLUE value IS 219 (85.94% from 255) = 48.88%

R = 48.66%
G = 2.46%
B = 48.88%

CMYK

 C value IS 0.00

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA0BDB (or 0xDA0BDB) is known color: Deep Magenta. HEX triplet: DA, 0B and DB. RGB value is (218,11,219). Sum of RGB (Red+Green+Blue) = 218+11+219=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 11 (4.69% from 255 or 2.46% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA0BDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0BDB is #25F424. Grayscale: #5F5F5F. Windows color (decimal): -2487333 or 14355418. OLE color: 14355418.

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

Color convert

RGB 218 11 219 -
CMYK 0.00 0.95 0 0.14
HSL 299.71º 0.9% 0.45% -
HSV(B) 299.71º 0.95% 0.86% -
XYZ 41.82 20.26 68.72 -
YUV 96.61 197.08 214.59 -
System Red Green Blue C M Y K H S L
Decimal 218 11 219 0.00 0.95 0 0.14 299.71 0.9 0.45
Hex DA B DB 0 5F 0 E 12C 5A 2D
Octal 332 13 333 0 137 0 16 454 132 55
Binary 11011010 1011 11011011 0 1011111 0 1110 100101100 1011010 101101

Color Harmonies of #DA0BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0BDB

Black with #DA0BDB

Text Example


Text Example

White with #DA0BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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