Html Css Color HEX #D719D0 Deep Magenta

📋 copy color: '#D719D0'

red 215 ◦ green 25 ◦ blue 208

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

Shades of Deep Magenta #D719D0

Tints of Deep Magenta #D719D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.43%

R = 47.99%
G = 5.58%
B = 46.43%

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

#D719D0 (or 0xD719D0) is known color: Deep Magenta. HEX triplet: D7, 19 and D0. RGB value is (215,25,208). Sum of RGB (Red+Green+Blue) = 215+25+208=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 25 (10.16% from 255 or 5.58% from 448); Blue value is 208 (81.64% from 255 or 46.43% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D719D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D719D0 is #28E62F. Grayscale: #666666. Windows color (decimal): -2680368 or 13638103. OLE color: 13638103.

HSL color Cylindrical-coordinate representation of color #D719D0: hue angle of 302.21º 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 #D719D0 is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 25 208 -
CMYK 0 0.88 0.03 0.16
HSL 302.21º 0.79% 0.47% -
HSV(B) 302.21º 0.88% 0.84% -
XYZ 39.76 19.7 61.38 -
YUV 102.67 187.45 208.12 -
System Red Green Blue C M Y K H S L
Decimal 215 25 208 0 0.88 0.03 0.16 302.21 0.79 0.47
Hex D7 19 D0 0 58 3 10 12E 4F 2F
Octal 327 31 320 0 130 3 20 456 117 57
Binary 11010111 11001 11010000 0 1011000 11 10000 100101110 1001111 101111

Color Harmonies of #D719D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D719D0

Black with #D719D0

Text Example


Text Example

White with #D719D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D719D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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