Html Css Color HEX #D91390 Medium Violet Red

📋 copy color: '#D91390'

red 217 ◦ green 19 ◦ blue 144

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

Shades of Medium Violet Red #D91390

Tints of Medium Violet Red #D91390

RGB

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

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

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

R = 57.11%
G = 5%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D91390 (or 0xD91390) is known color: Medium Violet Red. HEX triplet: D9, 13 and 90. RGB value is (217,19,144). Sum of RGB (Red+Green+Blue) = 217+19+144=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 19 (7.81% from 255 or 5% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D91390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91390 is #26EC6F. Grayscale: #5C5C5C. Windows color (decimal): -2550896 or 9442265. OLE color: 9442265.

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

Color convert

RGB 217 19 144 -
CMYK 0 0.91 0.34 0.15
HSL 322.12º 0.84% 0.46% -
HSV(B) 322.12º 0.91% 0.85% -
XYZ 33.88 17.23 27.93 -
YUV 92.45 157.1 216.84 -
System Red Green Blue C M Y K H S L
Decimal 217 19 144 0 0.91 0.34 0.15 322.12 0.84 0.46
Hex D9 13 90 0 5B 22 F 142 54 2E
Octal 331 23 220 0 133 42 17 502 124 56
Binary 11011001 10011 10010000 0 1011011 100010 1111 101000010 1010100 101110

Color Harmonies of #D91390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91390

Black with #D91390

Text Example


Text Example

White with #D91390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91390; }

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

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

background-color css

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

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

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

border-color css

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

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

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