Html Css Color HEX #D319DD Deep Magenta

📋 copy color: '#D319DD'

red 211 ◦ green 25 ◦ blue 221

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

Shades of Deep Magenta #D319DD

Tints of Deep Magenta #D319DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.36%

R = 46.17%
G = 5.47%
B = 48.36%

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

#D319DD (or 0xD319DD) is known color: Deep Magenta. HEX triplet: D3, 19 and DD. RGB value is (211,25,221). Sum of RGB (Red+Green+Blue) = 211+25+221=457 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.17% from 457); Green value is 25 (10.16% from 255 or 5.47% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #D319DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D319DD is #2CE622. Grayscale: #666666. Windows color (decimal): -2942499 or 14490067. OLE color: 14490067.

HSL color Cylindrical-coordinate representation of color #D319DD: hue angle of 296.94º 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 #D319DD is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 25 221 -
CMYK 0.05 0.89 0 0.13
HSL 296.94º 0.8% 0.48% -
HSV(B) 296.94º 0.89% 0.87% -
XYZ 40.26 19.76 70.1 -
YUV 102.96 194.62 205.06 -
System Red Green Blue C M Y K H S L
Decimal 211 25 221 0.05 0.89 0 0.13 296.94 0.8 0.48
Hex D3 19 DD 5 59 0 D 129 50 30
Octal 323 31 335 5 131 0 15 451 120 60
Binary 11010011 11001 11011101 101 1011001 0 1101 100101001 1010000 110000

Color Harmonies of #D319DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D319DD

Black with #D319DD

Text Example


Text Example

White with #D319DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D319DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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