Html Css Color HEX #D81090 Medium Violet Red

📋 copy color: '#D81090'

red 216 ◦ green 16 ◦ blue 144

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

Shades of Medium Violet Red #D81090

Tints of Medium Violet Red #D81090

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.26%

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

R = 57.45%
G = 4.26%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D81090 (or 0xD81090) is known color: Medium Violet Red. HEX triplet: D8, 10 and 90. RGB value is (216,16,144). Sum of RGB (Red+Green+Blue) = 216+16+144=376 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.45% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 216 - color contains mainly: red. Hex color #D81090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81090 is #27EF6F. Grayscale: #5A5A5A. Windows color (decimal): -2617200 or 9441496. OLE color: 9441496.

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

Color convert

RGB 216 16 144 -
CMYK 0 0.93 0.33 0.15
HSL 321.6º 0.86% 0.45% -
HSV(B) 321.6º 0.93% 0.85% -
XYZ 33.54 16.98 27.9 -
YUV 90.39 158.26 217.59 -
System Red Green Blue C M Y K H S L
Decimal 216 16 144 0 0.93 0.33 0.15 321.6 0.86 0.45
Hex D8 10 90 0 5D 21 F 142 56 2D
Octal 330 20 220 0 135 41 17 502 126 55
Binary 11011000 10000 10010000 0 1011101 100001 1111 101000010 1010110 101101

Color Harmonies of #D81090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81090

Black with #D81090

Text Example


Text Example

White with #D81090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81090; }

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

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

background-color css

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

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

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

border-color css

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

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

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