Html Css Color HEX #D90191 Medium Violet Red

📋 copy color: '#D90191'

red 217 ◦ green 1 ◦ blue 145

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

Shades of Medium Violet Red #D90191

Tints of Medium Violet Red #D90191

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 145 (57.03% from 255) = 39.94%

R = 59.78%
G = 0.28%
B = 39.94%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D90191 (or 0xD90191) is known color: Medium Violet Red. HEX triplet: D9, 01 and 91. RGB value is (217,1,145). Sum of RGB (Red+Green+Blue) = 217+1+145=363 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.78% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 145 (57.03% from 255 or 39.94% from 363); Max value from RGB is 217 - color contains mainly: red. Hex color #D90191 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90191 is #26FE6E. Grayscale: #515151. Windows color (decimal): -2555503 or 9503193. OLE color: 9503193.

HSL color Cylindrical-coordinate representation of color #D90191: hue angle of 320º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D90191 is Cyan = 0, Magento = 1.00, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 1 145 -
CMYK 0 1.00 0.33 0.15
HSL 320º 0.99% 0.43% -
HSV(B) 320º 1% 0.85% -
XYZ 33.74 16.82 28.26 -
YUV 82 163.56 224.29 -
System Red Green Blue C M Y K H S L
Decimal 217 1 145 0 1.00 0.33 0.15 320 0.99 0.43
Hex D9 1 91 0 64 21 F 140 63 2B
Octal 331 1 221 0 144 41 17 500 143 53
Binary 11011001 1 10010001 0 1100100 100001 1111 101000000 1100011 101011

Color Harmonies of #D90191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90191

Black with #D90191

Text Example


Text Example

White with #D90191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90191; }

 p { color: rgb(217,1,145); }

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

background-color css

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

 a { background-color: rgb(217,1,145); }

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

border-color css

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

 span { border-color: rgb(217,1,145); }

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