Html Css Color HEX #D90592 Medium Violet Red

📋 copy color: '#D90592'

red 217 ◦ green 5 ◦ blue 146

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

Shades of Medium Violet Red #D90592

Tints of Medium Violet Red #D90592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.67%

R = 58.97%
G = 1.36%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D90592 (or 0xD90592) is known color: Medium Violet Red. HEX triplet: D9, 05 and 92. RGB value is (217,5,146). Sum of RGB (Red+Green+Blue) = 217+5+146=368 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.97% from 368); Green value is 5 (2.34% from 255 or 1.36% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 217 - color contains mainly: red. Hex color #D90592 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90592 is #26FA6D. Grayscale: #545454. Windows color (decimal): -2554478 or 9569753. OLE color: 9569753.

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

Color convert

RGB 217 5 146 -
CMYK 0 0.98 0.33 0.15
HSL 320.09º 0.95% 0.44% -
HSV(B) 320.09º 0.98% 0.85% -
XYZ 33.86 16.94 28.68 -
YUV 84.46 162.74 222.54 -
System Red Green Blue C M Y K H S L
Decimal 217 5 146 0 0.98 0.33 0.15 320.09 0.95 0.44
Hex D9 5 92 0 62 21 F 140 5F 2C
Octal 331 5 222 0 142 41 17 500 137 54
Binary 11011001 101 10010010 0 1100010 100001 1111 101000000 1011111 101100

Color Harmonies of #D90592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90592

Black with #D90592

Text Example


Text Example

White with #D90592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90592; }

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

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

background-color css

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

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

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

border-color css

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

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

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