Html Css Color HEX #D91990 Medium Violet Red

📋 copy color: '#D91990'

red 217 ◦ green 25 ◦ blue 144

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

Shades of Medium Violet Red #D91990

Tints of Medium Violet Red #D91990

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.48%

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

R = 56.22%
G = 6.48%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D91990 (or 0xD91990) is known color: Medium Violet Red. HEX triplet: D9, 19 and 90. RGB value is (217,25,144). Sum of RGB (Red+Green+Blue) = 217+25+144=386 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.22% from 386); Green value is 25 (10.16% from 255 or 6.48% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 217 - color contains mainly: red. Hex color #D91990 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91990 is #26E66F. Grayscale: #5F5F5F. Windows color (decimal): -2549360 or 9443801. OLE color: 9443801.

HSL color Cylindrical-coordinate representation of color #D91990: hue angle of 322.81º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91990 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 25 144 -
CMYK 0 0.88 0.34 0.15
HSL 322.81º 0.79% 0.47% -
HSV(B) 322.81º 0.88% 0.85% -
XYZ 34 17.46 27.96 -
YUV 95.97 155.11 214.32 -
System Red Green Blue C M Y K H S L
Decimal 217 25 144 0 0.88 0.34 0.15 322.81 0.79 0.47
Hex D9 19 90 0 58 22 F 143 4F 2F
Octal 331 31 220 0 130 42 17 503 117 57
Binary 11011001 11001 10010000 0 1011000 100010 1111 101000011 1001111 101111

Color Harmonies of #D91990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91990

Black with #D91990

Text Example


Text Example

White with #D91990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91990; }

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

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

background-color css

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

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

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

border-color css

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

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

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