Html Css Color HEX #DA0FDB Deep Magenta

📋 copy color: '#DA0FDB'

red 218 ◦ green 15 ◦ blue 219

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

Shades of Deep Magenta #DA0FDB

Tints of Deep Magenta #DA0FDB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.32%

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

R = 48.23%
G = 3.32%
B = 48.45%

CMYK

 C value IS 0.00

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA0FDB (or 0xDA0FDB) is known color: Deep Magenta. HEX triplet: DA, 0F and DB. RGB value is (218,15,219). Sum of RGB (Red+Green+Blue) = 218+15+219=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 15 (6.25% from 255 or 3.32% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA0FDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0FDB is #25F024. Grayscale: #626262. Windows color (decimal): -2486309 or 14356442. OLE color: 14356442.

HSL color Cylindrical-coordinate representation of color #DA0FDB: hue angle of 299.71º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA0FDB is Cyan = 0.00, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 15 219 -
CMYK 0.00 0.93 0 0.14
HSL 299.71º 0.87% 0.46% -
HSV(B) 299.71º 0.93% 0.86% -
XYZ 41.87 20.36 68.74 -
YUV 98.95 195.75 212.91 -
System Red Green Blue C M Y K H S L
Decimal 218 15 219 0.00 0.93 0 0.14 299.71 0.87 0.46
Hex DA F DB 0 5D 0 E 12C 57 2E
Octal 332 17 333 0 135 0 16 454 127 56
Binary 11011010 1111 11011011 0 1011101 0 1110 100101100 1010111 101110

Color Harmonies of #DA0FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0FDB

Black with #DA0FDB

Text Example


Text Example

White with #DA0FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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