Html Css Color HEX #D81F90 Medium Violet Red

📋 copy color: '#D81F90'

red 216 ◦ green 31 ◦ blue 144

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

Shades of Medium Violet Red #D81F90

Tints of Medium Violet Red #D81F90

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.93%

 BLUE value IS 144 (56.64% from 255) = 36.83%

R = 55.24%
G = 7.93%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D81F90 (or 0xD81F90) is known color: Medium Violet Red. HEX triplet: D8, 1F and 90. RGB value is (216,31,144). Sum of RGB (Red+Green+Blue) = 216+31+144=391 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.24% from 391); Green value is 31 (12.5% from 255 or 7.93% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 216 - color contains mainly: red. Hex color #D81F90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81F90 is #27E06F. Grayscale: #626262. Windows color (decimal): -2613360 or 9445336. OLE color: 9445336.

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

Color convert

RGB 216 31 144 -
CMYK 0 0.86 0.33 0.15
HSL 323.35º 0.75% 0.48% -
HSV(B) 323.35º 0.86% 0.85% -
XYZ 33.84 17.59 28 -
YUV 99.2 153.29 211.31 -
System Red Green Blue C M Y K H S L
Decimal 216 31 144 0 0.86 0.33 0.15 323.35 0.75 0.48
Hex D8 1F 90 0 56 21 F 143 4B 30
Octal 330 37 220 0 126 41 17 503 113 60
Binary 11011000 11111 10010000 0 1010110 100001 1111 101000011 1001011 110000

Color Harmonies of #D81F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81F90

Black with #D81F90

Text Example


Text Example

White with #D81F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81F90; }

 p { color: rgb(216,31,144); }

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

background-color css

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

 a { background-color: rgb(216,31,144); }

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

border-color css

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

 span { border-color: rgb(216,31,144); }

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