Html Css Color HEX #D91376 Medium Violet Red

📋 copy color: '#D91376'

red 217 ◦ green 19 ◦ blue 118

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

Shades of Medium Violet Red #D91376

Tints of Medium Violet Red #D91376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.37%

 BLUE value IS 118 (46.48% from 255) = 33.33%

R = 61.3%
G = 5.37%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D91376 (or 0xD91376) is known color: Medium Violet Red. HEX triplet: D9, 13 and 76. RGB value is (217,19,118). Sum of RGB (Red+Green+Blue) = 217+19+118=354 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.30% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 217 - color contains mainly: red. Hex color #D91376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91376 is #26EC89. Grayscale: #595959. Windows color (decimal): -2550922 or 7738329. OLE color: 7738329.

HSL color Cylindrical-coordinate representation of color #D91376: hue angle of 330º degrees, saturation: 0.84, 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 #D91376 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 19 118 -
CMYK 0 0.91 0.46 0.15
HSL 330º 0.84% 0.46% -
HSV(B) 330º 0.91% 0.85% -
XYZ 32.12 16.53 18.64 -
YUV 89.49 144.1 218.95 -
System Red Green Blue C M Y K H S L
Decimal 217 19 118 0 0.91 0.46 0.15 330 0.84 0.46
Hex D9 13 76 0 5B 2E F 14A 54 2E
Octal 331 23 166 0 133 56 17 512 124 56
Binary 11011001 10011 1110110 0 1011011 101110 1111 101001010 1010100 101110

Color Harmonies of #D91376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91376

Black with #D91376

Text Example


Text Example

White with #D91376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91376; }

 p { color: rgb(217,19,118); }

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

background-color css

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

 a { background-color: rgb(217,19,118); }

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

border-color css

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

 span { border-color: rgb(217,19,118); }

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