Html Css Color HEX #D016DB Deep Magenta

📋 copy color: '#D016DB'

red 208 ◦ green 22 ◦ blue 219

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

Shades of Deep Magenta #D016DB

Tints of Deep Magenta #D016DB

RGB

 RED value IS 208 (81.64% from 255) = 46.33%

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

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

R = 46.33%
G = 4.9%
B = 48.78%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D016DB (or 0xD016DB) is known color: Deep Magenta. HEX triplet: D0, 16 and DB. RGB value is (208,22,219). Sum of RGB (Red+Green+Blue) = 208+22+219=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 22 (8.98% from 255 or 4.90% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #D016DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D016DB is #2FE924. Grayscale: #636363. Windows color (decimal): -3139877 or 14358224. OLE color: 14358224.

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

Color convert

RGB 208 22 219 -
CMYK 0.05 0.90 0 0.14
HSL 296.65º 0.82% 0.47% -
HSV(B) 296.65º 0.9% 0.86% -
XYZ 39.09 19.1 68.64 -
YUV 100.07 195.12 204.98 -
System Red Green Blue C M Y K H S L
Decimal 208 22 219 0.05 0.90 0 0.14 296.65 0.82 0.47
Hex D0 16 DB 5 5A 0 E 129 52 2F
Octal 320 26 333 5 132 0 16 451 122 57
Binary 11010000 10110 11011011 101 1011010 0 1110 100101001 1010010 101111

Color Harmonies of #D016DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D016DB

Black with #D016DB

Text Example


Text Example

White with #D016DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D016DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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