Html Css Color HEX #D318DB Deep Magenta

📋 copy color: '#D318DB'

red 211 ◦ green 24 ◦ blue 219

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

Shades of Deep Magenta #D318DB

Tints of Deep Magenta #D318DB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.29%

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

R = 46.48%
G = 5.29%
B = 48.24%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D318DB (or 0xD318DB) is known color: Deep Magenta. HEX triplet: D3, 18 and DB. RGB value is (211,24,219). Sum of RGB (Red+Green+Blue) = 211+24+219=454 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.48% from 454); Green value is 24 (9.77% from 255 or 5.29% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #D318DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D318DB is #2CE724. Grayscale: #656565. Windows color (decimal): -2942757 or 14358739. OLE color: 14358739.

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

Color convert

RGB 211 24 219 -
CMYK 0.04 0.89 0 0.14
HSL 297.54º 0.8% 0.48% -
HSV(B) 297.54º 0.89% 0.86% -
XYZ 39.98 19.62 68.7 -
YUV 102.14 193.95 205.64 -
System Red Green Blue C M Y K H S L
Decimal 211 24 219 0.04 0.89 0 0.14 297.54 0.8 0.48
Hex D3 18 DB 4 59 0 E 12A 50 30
Octal 323 30 333 4 131 0 16 452 120 60
Binary 11010011 11000 11011011 100 1011001 0 1110 100101010 1010000 110000

Color Harmonies of #D318DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D318DB

Black with #D318DB

Text Example


Text Example

White with #D318DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D318DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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