Html Css Color HEX #D91480 Medium Violet Red

📋 copy color: '#D91480'

red 217 ◦ green 20 ◦ blue 128

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

Shades of Medium Violet Red #D91480

Tints of Medium Violet Red #D91480

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.48%

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

R = 59.45%
G = 5.48%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D91480 (or 0xD91480) is known color: Medium Violet Red. HEX triplet: D9, 14 and 80. RGB value is (217,20,128). Sum of RGB (Red+Green+Blue) = 217+20+128=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D91480 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91480 is #26EB7F. Grayscale: #5A5A5A. Windows color (decimal): -2550656 or 8393945. OLE color: 8393945.

HSL color Cylindrical-coordinate representation of color #D91480: hue angle of 327.11º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D91480 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 20 128 -
CMYK 0 0.91 0.41 0.15
HSL 327.11º 0.83% 0.46% -
HSV(B) 327.11º 0.91% 0.85% -
XYZ 32.76 16.81 21.94 -
YUV 91.22 148.77 217.72 -
System Red Green Blue C M Y K H S L
Decimal 217 20 128 0 0.91 0.41 0.15 327.11 0.83 0.46
Hex D9 14 80 0 5B 29 F 147 53 2E
Octal 331 24 200 0 133 51 17 507 123 56
Binary 11011001 10100 10000000 0 1011011 101001 1111 101000111 1010011 101110

Color Harmonies of #D91480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91480

Black with #D91480

Text Example


Text Example

White with #D91480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91480; }

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

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

background-color css

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

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

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

border-color css

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

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

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