Html Css Color HEX #D81592 Medium Violet Red

📋 copy color: '#D81592'

red 216 ◦ green 21 ◦ blue 146

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

Shades of Medium Violet Red #D81592

Tints of Medium Violet Red #D81592

RGB

 RED value IS 216 (84.77% from 255) = 56.4%

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

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

R = 56.4%
G = 5.48%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D81592 (or 0xD81592) is known color: Medium Violet Red. HEX triplet: D8, 15 and 92. RGB value is (216,21,146). Sum of RGB (Red+Green+Blue) = 216+21+146=383 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.40% from 383); Green value is 21 (8.59% from 255 or 5.48% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 216 - color contains mainly: red. Hex color #D81592 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81592 is #27EA6D. Grayscale: #5D5D5D. Windows color (decimal): -2615918 or 9573848. OLE color: 9573848.

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

Color convert

RGB 216 21 146 -
CMYK 0 0.90 0.32 0.15
HSL 321.54º 0.82% 0.46% -
HSV(B) 321.54º 0.9% 0.85% -
XYZ 33.78 17.21 28.74 -
YUV 93.56 157.6 215.34 -
System Red Green Blue C M Y K H S L
Decimal 216 21 146 0 0.90 0.32 0.15 321.54 0.82 0.46
Hex D8 15 92 0 5A 20 F 142 52 2E
Octal 330 25 222 0 132 40 17 502 122 56
Binary 11011000 10101 10010010 0 1011010 100000 1111 101000010 1010010 101110

Color Harmonies of #D81592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81592

Black with #D81592

Text Example


Text Example

White with #D81592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81592; }

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

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

background-color css

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

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

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

border-color css

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

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

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