Html Css Color HEX #D319DA Deep Magenta

📋 copy color: '#D319DA'

red 211 ◦ green 25 ◦ blue 218

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

Shades of Deep Magenta #D319DA

Tints of Deep Magenta #D319DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.02%

R = 46.48%
G = 5.51%
B = 48.02%

CMYK

 C value IS 0.03

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D319DA (or 0xD319DA) is known color: Deep Magenta. HEX triplet: D3, 19 and DA. RGB value is (211,25,218). Sum of RGB (Red+Green+Blue) = 211+25+218=454 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.48% from 454); Green value is 25 (10.16% from 255 or 5.51% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #D319DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D319DA is #2CE625. Grayscale: #666666. Windows color (decimal): -2942502 or 14293459. OLE color: 14293459.

HSL color Cylindrical-coordinate representation of color #D319DA: hue angle of 297.82º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D319DA is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 25 218 -
CMYK 0.03 0.89 0 0.15
HSL 297.82º 0.79% 0.48% -
HSV(B) 297.82º 0.89% 0.85% -
XYZ 39.87 19.61 68.01 -
YUV 102.62 193.12 205.31 -
System Red Green Blue C M Y K H S L
Decimal 211 25 218 0.03 0.89 0 0.15 297.82 0.79 0.48
Hex D3 19 DA 3 59 0 F 12A 4F 30
Octal 323 31 332 3 131 0 17 452 117 60
Binary 11010011 11001 11011010 11 1011001 0 1111 100101010 1001111 110000

Color Harmonies of #D319DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D319DA

Black with #D319DA

Text Example


Text Example

White with #D319DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D319DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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