Html Css Color HEX #D90595 Medium Violet Red

📋 copy color: '#D90595'

red 217 ◦ green 5 ◦ blue 149

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

Shades of Medium Violet Red #D90595

Tints of Medium Violet Red #D90595

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.35%

 BLUE value IS 149 (58.59% from 255) = 40.16%

R = 58.49%
G = 1.35%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D90595 (or 0xD90595) is known color: Medium Violet Red. HEX triplet: D9, 05 and 95. RGB value is (217,5,149). Sum of RGB (Red+Green+Blue) = 217+5+149=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 5 (2.34% from 255 or 1.35% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D90595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90595 is #26FA6A. Grayscale: #545454. Windows color (decimal): -2554475 or 9766361. OLE color: 9766361.

HSL color Cylindrical-coordinate representation of color #D90595: hue angle of 319.25º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D90595 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 5 149 -
CMYK 0 0.98 0.31 0.15
HSL 319.25º 0.95% 0.44% -
HSV(B) 319.25º 0.98% 0.85% -
XYZ 34.09 17.03 29.92 -
YUV 84.8 164.24 222.29 -
System Red Green Blue C M Y K H S L
Decimal 217 5 149 0 0.98 0.31 0.15 319.25 0.95 0.44
Hex D9 5 95 0 62 1F F 13F 5F 2C
Octal 331 5 225 0 142 37 17 477 137 54
Binary 11011001 101 10010101 0 1100010 11111 1111 100111111 1011111 101100

Color Harmonies of #D90595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90595

Black with #D90595

Text Example


Text Example

White with #D90595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90595; }

 p { color: rgb(217,5,149); }

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

background-color css

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

 a { background-color: rgb(217,5,149); }

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

border-color css

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

 span { border-color: rgb(217,5,149); }

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