Html Css Color HEX #D90585 Medium Violet Red

📋 copy color: '#D90585'

red 217 ◦ green 5 ◦ blue 133

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

Shades of Medium Violet Red #D90585

Tints of Medium Violet Red #D90585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.46%

R = 61.13%
G = 1.41%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D90585 (or 0xD90585) is known color: Medium Violet Red. HEX triplet: D9, 05 and 85. RGB value is (217,5,133). Sum of RGB (Red+Green+Blue) = 217+5+133=355 (47% of max value = 765). Red value is 217 (85.16% from 255 or 61.13% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 217 - color contains mainly: red. Hex color #D90585 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90585 is #26FA7A. Grayscale: #525252. Windows color (decimal): -2554491 or 8717785. OLE color: 8717785.

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

Color convert

RGB 217 5 133 -
CMYK 0 0.98 0.39 0.15
HSL 323.77º 0.95% 0.44% -
HSV(B) 323.77º 0.98% 0.85% -
XYZ 32.9 16.55 23.65 -
YUV 82.98 156.24 223.59 -
System Red Green Blue C M Y K H S L
Decimal 217 5 133 0 0.98 0.39 0.15 323.77 0.95 0.44
Hex D9 5 85 0 62 27 F 144 5F 2C
Octal 331 5 205 0 142 47 17 504 137 54
Binary 11011001 101 10000101 0 1100010 100111 1111 101000100 1011111 101100

Color Harmonies of #D90585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90585

Black with #D90585

Text Example


Text Example

White with #D90585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90585; }

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

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

background-color css

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

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

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

border-color css

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

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

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