Html Css Color HEX #D91388 Medium Violet Red

📋 copy color: '#D91388'

red 217 ◦ green 19 ◦ blue 136

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

Shades of Medium Violet Red #D91388

Tints of Medium Violet Red #D91388

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.11%

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

R = 58.33%
G = 5.11%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D91388 (or 0xD91388) is known color: Medium Violet Red. HEX triplet: D9, 13 and 88. RGB value is (217,19,136). Sum of RGB (Red+Green+Blue) = 217+19+136=372 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.33% from 372); Green value is 19 (7.81% from 255 or 5.11% from 372); Blue value is 136 (53.52% from 255 or 36.56% from 372); Max value from RGB is 217 - color contains mainly: red. Hex color #D91388 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91388 is #26EC77. Grayscale: #5B5B5B. Windows color (decimal): -2550904 or 8917977. OLE color: 8917977.

HSL color Cylindrical-coordinate representation of color #D91388: hue angle of 324.55º degrees, saturation: 0.84, 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 #D91388 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 19 136 -
CMYK 0 0.91 0.37 0.15
HSL 324.55º 0.84% 0.46% -
HSV(B) 324.55º 0.91% 0.85% -
XYZ 33.29 17 24.82 -
YUV 91.54 153.1 217.49 -
System Red Green Blue C M Y K H S L
Decimal 217 19 136 0 0.91 0.37 0.15 324.55 0.84 0.46
Hex D9 13 88 0 5B 25 F 145 54 2E
Octal 331 23 210 0 133 45 17 505 124 56
Binary 11011001 10011 10001000 0 1011011 100101 1111 101000101 1010100 101110

Color Harmonies of #D91388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91388

Black with #D91388

Text Example


Text Example

White with #D91388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91388; }

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

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

background-color css

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

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

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

border-color css

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

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

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