Html Css Color HEX #D719B7 Deep Magenta

📋 copy color: '#D719B7'

red 215 ◦ green 25 ◦ blue 183

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

Shades of Deep Magenta #D719B7

Tints of Deep Magenta #D719B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 43.26%

R = 50.83%
G = 5.91%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D719B7 (or 0xD719B7) is known color: Deep Magenta. HEX triplet: D7, 19 and B7. RGB value is (215,25,183). Sum of RGB (Red+Green+Blue) = 215+25+183=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 25 (10.16% from 255 or 5.91% from 423); Blue value is 183 (71.88% from 255 or 43.26% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D719B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D719B7 is #28E648. Grayscale: #636363. Windows color (decimal): -2680393 or 11999703. OLE color: 11999703.

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

Color convert

RGB 215 25 183 -
CMYK 0 0.88 0.15 0.16
HSL 310.11º 0.79% 0.47% -
HSV(B) 310.11º 0.88% 0.84% -
XYZ 36.92 18.56 46.44 -
YUV 99.82 174.95 210.15 -
System Red Green Blue C M Y K H S L
Decimal 215 25 183 0 0.88 0.15 0.16 310.11 0.79 0.47
Hex D7 19 B7 0 58 F 10 136 4F 2F
Octal 327 31 267 0 130 17 20 466 117 57
Binary 11010111 11001 10110111 0 1011000 1111 10000 100110110 1001111 101111

Color Harmonies of #D719B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D719B7

Black with #D719B7

Text Example


Text Example

White with #D719B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D719B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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