Html Css Color HEX #D81995 Medium Violet Red

📋 copy color: '#D81995'

red 216 ◦ green 25 ◦ blue 149

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

Shades of Medium Violet Red #D81995

Tints of Medium Violet Red #D81995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.21%

R = 55.38%
G = 6.41%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D81995 (or 0xD81995) is known color: Medium Violet Red. HEX triplet: D8, 19 and 95. RGB value is (216,25,149). Sum of RGB (Red+Green+Blue) = 216+25+149=390 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.38% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 216 - color contains mainly: red. Hex color #D81995 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81995 is #27E66A. Grayscale: #5F5F5F. Windows color (decimal): -2614891 or 9771480. OLE color: 9771480.

HSL color Cylindrical-coordinate representation of color #D81995: hue angle of 321.05º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81995 is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 25 149 -
CMYK 0 0.88 0.31 0.15
HSL 321.05º 0.79% 0.47% -
HSV(B) 321.05º 0.88% 0.85% -
XYZ 34.09 17.46 30.01 -
YUV 96.25 157.78 213.42 -
System Red Green Blue C M Y K H S L
Decimal 216 25 149 0 0.88 0.31 0.15 321.05 0.79 0.47
Hex D8 19 95 0 58 1F F 141 4F 2F
Octal 330 31 225 0 130 37 17 501 117 57
Binary 11011000 11001 10010101 0 1011000 11111 1111 101000001 1001111 101111

Color Harmonies of #D81995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81995

Black with #D81995

Text Example


Text Example

White with #D81995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81995; }

 p { color: rgb(216,25,149); }

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

background-color css

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

 a { background-color: rgb(216,25,149); }

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

border-color css

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

 span { border-color: rgb(216,25,149); }

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