Html Css Color HEX #D91585 Medium Violet Red

📋 copy color: '#D91585'

red 217 ◦ green 21 ◦ blue 133

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

Shades of Medium Violet Red #D91585

Tints of Medium Violet Red #D91585

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.66%

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

R = 58.49%
G = 5.66%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D91585 (or 0xD91585) is known color: Medium Violet Red. HEX triplet: D9, 15 and 85. RGB value is (217,21,133). Sum of RGB (Red+Green+Blue) = 217+21+133=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 21 (8.59% from 255 or 5.66% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D91585 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91585 is #26EA7A. Grayscale: #5C5C5C. Windows color (decimal): -2550395 or 8721881. OLE color: 8721881.

HSL color Cylindrical-coordinate representation of color #D91585: hue angle of 325.71º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D91585 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 21 133 -
CMYK 0 0.90 0.39 0.15
HSL 325.71º 0.82% 0.47% -
HSV(B) 325.71º 0.9% 0.85% -
XYZ 33.12 16.98 23.72 -
YUV 92.37 150.93 216.89 -
System Red Green Blue C M Y K H S L
Decimal 217 21 133 0 0.90 0.39 0.15 325.71 0.82 0.47
Hex D9 15 85 0 5A 27 F 146 52 2F
Octal 331 25 205 0 132 47 17 506 122 57
Binary 11011001 10101 10000101 0 1011010 100111 1111 101000110 1010010 101111

Color Harmonies of #D91585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91585

Black with #D91585

Text Example


Text Example

White with #D91585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91585; }

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

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

background-color css

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

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

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

border-color css

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

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

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