Html Css Color HEX #D91580 Medium Violet Red

📋 copy color: '#D91580'

red 217 ◦ green 21 ◦ blue 128

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

Shades of Medium Violet Red #D91580

Tints of Medium Violet Red #D91580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.97%

R = 59.29%
G = 5.74%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D91580 (or 0xD91580) is known color: Medium Violet Red. HEX triplet: D9, 15 and 80. RGB value is (217,21,128). Sum of RGB (Red+Green+Blue) = 217+21+128=366 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.29% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 217 - color contains mainly: red. Hex color #D91580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91580 is #26EA7F. Grayscale: #5B5B5B. Windows color (decimal): -2550400 or 8394201. OLE color: 8394201.

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

Color convert

RGB 217 21 128 -
CMYK 0 0.90 0.41 0.15
HSL 327.24º 0.82% 0.47% -
HSV(B) 327.24º 0.9% 0.85% -
XYZ 32.78 16.85 21.95 -
YUV 91.8 148.43 217.3 -
System Red Green Blue C M Y K H S L
Decimal 217 21 128 0 0.90 0.41 0.15 327.24 0.82 0.47
Hex D9 15 80 0 5A 29 F 147 52 2F
Octal 331 25 200 0 132 51 17 507 122 57
Binary 11011001 10101 10000000 0 1011010 101001 1111 101000111 1010010 101111

Color Harmonies of #D91580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91580

Black with #D91580

Text Example


Text Example

White with #D91580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91580; }

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

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

background-color css

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

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

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

border-color css

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

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

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