Html Css Color HEX #D91C97 Medium Violet Red

📋 copy color: '#D91C97'

red 217 ◦ green 28 ◦ blue 151

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

Shades of Medium Violet Red #D91C97

Tints of Medium Violet Red #D91C97

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.07%

 BLUE value IS 151 (59.38% from 255) = 38.13%

R = 54.8%
G = 7.07%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D91C97 (or 0xD91C97) is known color: Medium Violet Red. HEX triplet: D9, 1C and 97. RGB value is (217,28,151). Sum of RGB (Red+Green+Blue) = 217+28+151=396 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.80% from 396); Green value is 28 (11.33% from 255 or 7.07% from 396); Blue value is 151 (59.38% from 255 or 38.13% from 396); Max value from RGB is 217 - color contains mainly: red. Hex color #D91C97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91C97 is #26E368. Grayscale: #626262. Windows color (decimal): -2548585 or 9903321. OLE color: 9903321.

HSL color Cylindrical-coordinate representation of color #D91C97: hue angle of 320.95º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D91C97 is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 28 151 -
CMYK 0 0.87 0.30 0.15
HSL 320.95º 0.77% 0.48% -
HSV(B) 320.95º 0.87% 0.85% -
XYZ 34.62 17.82 30.89 -
YUV 98.53 157.62 212.5 -
System Red Green Blue C M Y K H S L
Decimal 217 28 151 0 0.87 0.30 0.15 320.95 0.77 0.48
Hex D9 1C 97 0 57 1E F 141 4D 30
Octal 331 34 227 0 127 36 17 501 115 60
Binary 11011001 11100 10010111 0 1010111 11110 1111 101000001 1001101 110000

Color Harmonies of #D91C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91C97

Black with #D91C97

Text Example


Text Example

White with #D91C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91C97; }

 p { color: rgb(217,28,151); }

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

background-color css

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

 a { background-color: rgb(217,28,151); }

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

border-color css

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

 span { border-color: rgb(217,28,151); }

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