Html Css Color HEX #D719C2 Deep Magenta

📋 copy color: '#D719C2'

red 215 ◦ green 25 ◦ blue 194

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

Shades of Deep Magenta #D719C2

Tints of Deep Magenta #D719C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 44.7%

R = 49.54%
G = 5.76%
B = 44.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D719C2 (or 0xD719C2) is known color: Deep Magenta. HEX triplet: D7, 19 and C2. RGB value is (215,25,194). Sum of RGB (Red+Green+Blue) = 215+25+194=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 25 (10.16% from 255 or 5.76% from 434); Blue value is 194 (76.17% from 255 or 44.70% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D719C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D719C2 is #28E63D. Grayscale: #646464. Windows color (decimal): -2680382 or 12720599. OLE color: 12720599.

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

Color convert

RGB 215 25 194 -
CMYK 0 0.88 0.10 0.16
HSL 306.63º 0.79% 0.47% -
HSV(B) 306.63º 0.88% 0.84% -
XYZ 38.11 19.04 52.7 -
YUV 101.08 180.45 209.26 -
System Red Green Blue C M Y K H S L
Decimal 215 25 194 0 0.88 0.10 0.16 306.63 0.79 0.47
Hex D7 19 C2 0 58 A 10 133 4F 2F
Octal 327 31 302 0 130 12 20 463 117 57
Binary 11010111 11001 11000010 0 1011000 1010 10000 100110011 1001111 101111

Color Harmonies of #D719C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D719C2

Black with #D719C2

Text Example


Text Example

White with #D719C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D719C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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