Html Css Color HEX #D816DB Deep Magenta

📋 copy color: '#D816DB'

red 216 ◦ green 22 ◦ blue 219

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

Shades of Deep Magenta #D816DB

Tints of Deep Magenta #D816DB

RGB

 RED value IS 216 (84.77% from 255) = 47.26%

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

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

R = 47.26%
G = 4.81%
B = 47.92%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D816DB (or 0xD816DB) is known color: Deep Magenta. HEX triplet: D8, 16 and DB. RGB value is (216,22,219). Sum of RGB (Red+Green+Blue) = 216+22+219=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 22 (8.98% from 255 or 4.81% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #D816DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D816DB is #27E924. Grayscale: #656565. Windows color (decimal): -2615589 or 14358232. OLE color: 14358232.

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

Color convert

RGB 216 22 219 -
CMYK 0.01 0.90 0 0.14
HSL 299.09º 0.82% 0.47% -
HSV(B) 299.09º 0.9% 0.86% -
XYZ 41.39 20.29 68.75 -
YUV 102.46 193.77 208.98 -
System Red Green Blue C M Y K H S L
Decimal 216 22 219 0.01 0.90 0 0.14 299.09 0.82 0.47
Hex D8 16 DB 1 5A 0 E 12B 52 2F
Octal 330 26 333 1 132 0 16 453 122 57
Binary 11011000 10110 11011011 1 1011010 0 1110 100101011 1010010 101111

Color Harmonies of #D816DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D816DB

Black with #D816DB

Text Example


Text Example

White with #D816DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D816DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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