Html Css Color HEX #D312DB Deep Magenta

📋 copy color: '#D312DB'

red 211 ◦ green 18 ◦ blue 219

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

Shades of Deep Magenta #D312DB

Tints of Deep Magenta #D312DB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.02%

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

R = 47.1%
G = 4.02%
B = 48.88%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D312DB (or 0xD312DB) is known color: Deep Magenta. HEX triplet: D3, 12 and DB. RGB value is (211,18,219). Sum of RGB (Red+Green+Blue) = 211+18+219=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 18 (7.42% from 255 or 4.02% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #D312DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D312DB is #2CED24. Grayscale: #626262. Windows color (decimal): -2944293 or 14357203. OLE color: 14357203.

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

Color convert

RGB 211 18 219 -
CMYK 0.04 0.92 0 0.14
HSL 297.61º 0.85% 0.46% -
HSV(B) 297.61º 0.92% 0.86% -
XYZ 39.87 19.4 68.66 -
YUV 98.62 195.94 208.16 -
System Red Green Blue C M Y K H S L
Decimal 211 18 219 0.04 0.92 0 0.14 297.61 0.85 0.46
Hex D3 12 DB 4 5C 0 E 12A 55 2E
Octal 323 22 333 4 134 0 16 452 125 56
Binary 11010011 10010 11011011 100 1011100 0 1110 100101010 1010101 101110

Color Harmonies of #D312DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D312DB

Black with #D312DB

Text Example


Text Example

White with #D312DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D312DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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