Html Css Color HEX #D91277 Medium Violet Red

📋 copy color: '#D91277'

red 217 ◦ green 18 ◦ blue 119

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

Shades of Medium Violet Red #D91277

Tints of Medium Violet Red #D91277

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.08%

 BLUE value IS 119 (46.88% from 255) = 33.62%

R = 61.3%
G = 5.08%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D91277 (or 0xD91277) is known color: Medium Violet Red. HEX triplet: D9, 12 and 77. RGB value is (217,18,119). Sum of RGB (Red+Green+Blue) = 217+18+119=354 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.30% from 354); Green value is 18 (7.42% from 255 or 5.08% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 217 - color contains mainly: red. Hex color #D91277 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91277 is #26ED88. Grayscale: #585858. Windows color (decimal): -2551177 or 7803609. OLE color: 7803609.

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

Color convert

RGB 217 18 119 -
CMYK 0 0.92 0.45 0.15
HSL 329.55º 0.85% 0.46% -
HSV(B) 329.55º 0.92% 0.85% -
XYZ 32.16 16.52 18.95 -
YUV 89.02 144.93 219.29 -
System Red Green Blue C M Y K H S L
Decimal 217 18 119 0 0.92 0.45 0.15 329.55 0.85 0.46
Hex D9 12 77 0 5C 2D F 14A 55 2E
Octal 331 22 167 0 134 55 17 512 125 56
Binary 11011001 10010 1110111 0 1011100 101101 1111 101001010 1010101 101110

Color Harmonies of #D91277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91277

Black with #D91277

Text Example


Text Example

White with #D91277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91277; }

 p { color: rgb(217,18,119); }

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

background-color css

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

 a { background-color: rgb(217,18,119); }

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

border-color css

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

 span { border-color: rgb(217,18,119); }

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