Html Css Color HEX #D81291 Medium Violet Red

📋 copy color: '#D81291'

red 216 ◦ green 18 ◦ blue 145

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

Shades of Medium Violet Red #D81291

Tints of Medium Violet Red #D81291

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.75%

 BLUE value IS 145 (57.03% from 255) = 38.26%

R = 56.99%
G = 4.75%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D81291 (or 0xD81291) is known color: Medium Violet Red. HEX triplet: D8, 12 and 91. RGB value is (216,18,145). Sum of RGB (Red+Green+Blue) = 216+18+145=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 18 (7.42% from 255 or 4.75% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D81291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81291 is #27ED6E. Grayscale: #5B5B5B. Windows color (decimal): -2616687 or 9507544. OLE color: 9507544.

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

Color convert

RGB 216 18 145 -
CMYK 0 0.92 0.33 0.15
HSL 321.52º 0.85% 0.46% -
HSV(B) 321.52º 0.92% 0.85% -
XYZ 33.65 17.08 28.31 -
YUV 91.68 158.1 216.67 -
System Red Green Blue C M Y K H S L
Decimal 216 18 145 0 0.92 0.33 0.15 321.52 0.85 0.46
Hex D8 12 91 0 5C 21 F 142 55 2E
Octal 330 22 221 0 134 41 17 502 125 56
Binary 11011000 10010 10010001 0 1011100 100001 1111 101000010 1010101 101110

Color Harmonies of #D81291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81291

Black with #D81291

Text Example


Text Example

White with #D81291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81291; }

 p { color: rgb(216,18,145); }

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

background-color css

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

 a { background-color: rgb(216,18,145); }

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

border-color css

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

 span { border-color: rgb(216,18,145); }

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