Html Css Color HEX #D71592 Medium Violet Red

📋 copy color: '#D71592'

red 215 ◦ green 21 ◦ blue 146

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

Shades of Medium Violet Red #D71592

Tints of Medium Violet Red #D71592

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.5%

 BLUE value IS 146 (57.42% from 255) = 38.22%

R = 56.28%
G = 5.5%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D71592 (or 0xD71592) is known color: Medium Violet Red. HEX triplet: D7, 15 and 92. RGB value is (215,21,146). Sum of RGB (Red+Green+Blue) = 215+21+146=382 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.28% from 382); Green value is 21 (8.59% from 255 or 5.50% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 215 - color contains mainly: red. Hex color #D71592 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71592 is #28EA6D. Grayscale: #5C5C5C. Windows color (decimal): -2681454 or 9573847. OLE color: 9573847.

HSL color Cylindrical-coordinate representation of color #D71592: hue angle of 321.34º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D71592 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 21 146 -
CMYK 0 0.90 0.32 0.16
HSL 321.34º 0.82% 0.46% -
HSV(B) 321.34º 0.9% 0.84% -
XYZ 33.48 17.06 28.72 -
YUV 93.26 157.77 214.84 -
System Red Green Blue C M Y K H S L
Decimal 215 21 146 0 0.90 0.32 0.16 321.34 0.82 0.46
Hex D7 15 92 0 5A 20 10 141 52 2E
Octal 327 25 222 0 132 40 20 501 122 56
Binary 11010111 10101 10010010 0 1011010 100000 10000 101000001 1010010 101110

Color Harmonies of #D71592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71592

Black with #D71592

Text Example


Text Example

White with #D71592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71592; }

 p { color: rgb(215,21,146); }

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

background-color css

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

 a { background-color: rgb(215,21,146); }

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

border-color css

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

 span { border-color: rgb(215,21,146); }

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