Html Css Color HEX #D319DE Deep Magenta

📋 copy color: '#D319DE'

red 211 ◦ green 25 ◦ blue 222

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

Shades of Deep Magenta #D319DE

Tints of Deep Magenta #D319DE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.46%

 BLUE value IS 222 (87.11% from 255) = 48.47%

R = 46.07%
G = 5.46%
B = 48.47%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D319DE (or 0xD319DE) is known color: Deep Magenta. HEX triplet: D3, 19 and DE. RGB value is (211,25,222). Sum of RGB (Red+Green+Blue) = 211+25+222=458 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.07% from 458); Green value is 25 (10.16% from 255 or 5.46% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #D319DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D319DE is #2CE621. Grayscale: #666666. Windows color (decimal): -2942498 or 14555603. OLE color: 14555603.

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

Color convert

RGB 211 25 222 -
CMYK 0.05 0.89 0 0.13
HSL 296.65º 0.8% 0.48% -
HSV(B) 296.65º 0.89% 0.87% -
XYZ 40.4 19.82 70.8 -
YUV 103.07 195.12 204.98 -
System Red Green Blue C M Y K H S L
Decimal 211 25 222 0.05 0.89 0 0.13 296.65 0.8 0.48
Hex D3 19 DE 5 59 0 D 129 50 30
Octal 323 31 336 5 131 0 15 451 120 60
Binary 11010011 11001 11011110 101 1011001 0 1101 100101001 1010000 110000

Color Harmonies of #D319DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D319DE

Black with #D319DE

Text Example


Text Example

White with #D319DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D319DE; }

 p { color: rgb(211,25,222); }

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

background-color css

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

 a { background-color: rgb(211,25,222); }

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

border-color css

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

 span { border-color: rgb(211,25,222); }

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