Html Css Color HEX #D719D1 Deep Magenta

📋 copy color: '#D719D1'

red 215 ◦ green 25 ◦ blue 209

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

Shades of Deep Magenta #D719D1

Tints of Deep Magenta #D719D1

RGB

 RED value IS 215 (84.38% from 255) = 47.88%

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

 BLUE value IS 209 (82.03% from 255) = 46.55%

R = 47.88%
G = 5.57%
B = 46.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D719D1 (or 0xD719D1) is known color: Deep Magenta. HEX triplet: D7, 19 and D1. RGB value is (215,25,209). Sum of RGB (Red+Green+Blue) = 215+25+209=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 25 (10.16% from 255 or 5.57% from 449); Blue value is 209 (82.03% from 255 or 46.55% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D719D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D719D1 is #28E62E. Grayscale: #666666. Windows color (decimal): -2680367 or 13703639. OLE color: 13703639.

HSL color Cylindrical-coordinate representation of color #D719D1: hue angle of 301.89º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D719D1 is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 25 209 -
CMYK 0 0.88 0.03 0.16
HSL 301.89º 0.79% 0.47% -
HSV(B) 301.89º 0.88% 0.84% -
XYZ 39.88 19.75 62.03 -
YUV 102.79 187.95 208.04 -
System Red Green Blue C M Y K H S L
Decimal 215 25 209 0 0.88 0.03 0.16 301.89 0.79 0.47
Hex D7 19 D1 0 58 3 10 12E 4F 2F
Octal 327 31 321 0 130 3 20 456 117 57
Binary 11010111 11001 11010001 0 1011000 11 10000 100101110 1001111 101111

Color Harmonies of #D719D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D719D1

Black with #D719D1

Text Example


Text Example

White with #D719D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D719D1; }

 p { color: rgb(215,25,209); }

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

background-color css

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

 a { background-color: rgb(215,25,209); }

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

border-color css

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

 span { border-color: rgb(215,25,209); }

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