Html Css Color HEX #D81492 Medium Violet Red

📋 copy color: '#D81492'

red 216 ◦ green 20 ◦ blue 146

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

Shades of Medium Violet Red #D81492

Tints of Medium Violet Red #D81492

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.24%

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

R = 56.54%
G = 5.24%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D81492 (or 0xD81492) is known color: Medium Violet Red. HEX triplet: D8, 14 and 92. RGB value is (216,20,146). Sum of RGB (Red+Green+Blue) = 216+20+146=382 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.54% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 216 - color contains mainly: red. Hex color #D81492 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81492 is #27EB6D. Grayscale: #5C5C5C. Windows color (decimal): -2616174 or 9573592. OLE color: 9573592.

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

Color convert

RGB 216 20 146 -
CMYK 0 0.91 0.32 0.15
HSL 321.43º 0.83% 0.46% -
HSV(B) 321.43º 0.91% 0.85% -
XYZ 33.76 17.17 28.73 -
YUV 92.97 157.93 215.75 -
System Red Green Blue C M Y K H S L
Decimal 216 20 146 0 0.91 0.32 0.15 321.43 0.83 0.46
Hex D8 14 92 0 5B 20 F 141 53 2E
Octal 330 24 222 0 133 40 17 501 123 56
Binary 11011000 10100 10010010 0 1011011 100000 1111 101000001 1010011 101110

Color Harmonies of #D81492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81492

Black with #D81492

Text Example


Text Example

White with #D81492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81492; }

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

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

background-color css

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

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

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

border-color css

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

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

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