Html Css Color HEX #D316DB Deep Magenta

📋 copy color: '#D316DB'

red 211 ◦ green 22 ◦ blue 219

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

Shades of Deep Magenta #D316DB

Tints of Deep Magenta #D316DB

RGB

 RED value IS 211 (82.81% from 255) = 46.68%

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

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

R = 46.68%
G = 4.87%
B = 48.45%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D316DB (or 0xD316DB) is known color: Deep Magenta. HEX triplet: D3, 16 and DB. RGB value is (211,22,219). Sum of RGB (Red+Green+Blue) = 211+22+219=452 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.68% from 452); Green value is 22 (8.98% from 255 or 4.87% 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 #D316DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D316DB is #2CE924. Grayscale: #646464. Windows color (decimal): -2943269 or 14358227. OLE color: 14358227.

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

Color convert

RGB 211 22 219 -
CMYK 0.04 0.90 0 0.14
HSL 297.56º 0.82% 0.47% -
HSV(B) 297.56º 0.9% 0.86% -
XYZ 39.94 19.54 68.68 -
YUV 100.97 194.62 206.48 -
System Red Green Blue C M Y K H S L
Decimal 211 22 219 0.04 0.90 0 0.14 297.56 0.82 0.47
Hex D3 16 DB 4 5A 0 E 12A 52 2F
Octal 323 26 333 4 132 0 16 452 122 57
Binary 11010011 10110 11011011 100 1011010 0 1110 100101010 1010010 101111

Color Harmonies of #D316DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D316DB

Black with #D316DB

Text Example


Text Example

White with #D316DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D316DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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