Html Css Color HEX #D91088 Medium Violet Red

📋 copy color: '#D91088'

red 217 ◦ green 16 ◦ blue 136

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

Shades of Medium Violet Red #D91088

Tints of Medium Violet Red #D91088

RGB

 RED value IS 217 (85.16% from 255) = 58.81%

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

 BLUE value IS 136 (53.52% from 255) = 36.86%

R = 58.81%
G = 4.34%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D91088 (or 0xD91088) is known color: Medium Violet Red. HEX triplet: D9, 10 and 88. RGB value is (217,16,136). Sum of RGB (Red+Green+Blue) = 217+16+136=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D91088 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91088 is #26EF77. Grayscale: #595959. Windows color (decimal): -2551672 or 8917209. OLE color: 8917209.

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

Color convert

RGB 217 16 136 -
CMYK 0 0.93 0.37 0.15
HSL 324.18º 0.86% 0.46% -
HSV(B) 324.18º 0.93% 0.85% -
XYZ 33.24 16.9 24.8 -
YUV 89.78 154.09 218.74 -
System Red Green Blue C M Y K H S L
Decimal 217 16 136 0 0.93 0.37 0.15 324.18 0.86 0.46
Hex D9 10 88 0 5D 25 F 144 56 2E
Octal 331 20 210 0 135 45 17 504 126 56
Binary 11011001 10000 10001000 0 1011101 100101 1111 101000100 1010110 101110

Color Harmonies of #D91088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91088

Black with #D91088

Text Example


Text Example

White with #D91088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91088; }

 p { color: rgb(217,16,136); }

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

background-color css

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

 a { background-color: rgb(217,16,136); }

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

border-color css

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

 span { border-color: rgb(217,16,136); }

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