Html Css Color HEX #DA16DB Deep Magenta

📋 copy color: '#DA16DB'

red 218 ◦ green 22 ◦ blue 219

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

Shades of Deep Magenta #DA16DB

Tints of Deep Magenta #DA16DB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.79%

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

R = 47.49%
G = 4.79%
B = 47.71%

CMYK

 C value IS 0.00

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA16DB (or 0xDA16DB) is known color: Deep Magenta. HEX triplet: DA, 16 and DB. RGB value is (218,22,219). Sum of RGB (Red+Green+Blue) = 218+22+219=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 22 (8.98% from 255 or 4.79% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA16DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA16DB is #25E924. Grayscale: #666666. Windows color (decimal): -2484517 or 14358234. OLE color: 14358234.

HSL color Cylindrical-coordinate representation of color #DA16DB: hue angle of 299.7º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA16DB is Cyan = 0.00, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 22 219 -
CMYK 0.00 0.90 0 0.14
HSL 299.7º 0.82% 0.47% -
HSV(B) 299.7º 0.9% 0.86% -
XYZ 41.99 20.59 68.78 -
YUV 103.06 193.43 209.98 -
System Red Green Blue C M Y K H S L
Decimal 218 22 219 0.00 0.90 0 0.14 299.7 0.82 0.47
Hex DA 16 DB 0 5A 0 E 12C 52 2F
Octal 332 26 333 0 132 0 16 454 122 57
Binary 11011010 10110 11011011 0 1011010 0 1110 100101100 1010010 101111

Color Harmonies of #DA16DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA16DB

Black with #DA16DB

Text Example


Text Example

White with #DA16DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA16DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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