Html Css Color HEX #D91D88 Medium Violet Red

📋 copy color: '#D91D88'

red 217 ◦ green 29 ◦ blue 136

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

Shades of Medium Violet Red #D91D88

Tints of Medium Violet Red #D91D88

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.59%

 BLUE value IS 136 (53.52% from 255) = 35.6%

R = 56.81%
G = 7.59%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D91D88 (or 0xD91D88) is known color: Medium Violet Red. HEX triplet: D9, 1D and 88. RGB value is (217,29,136). Sum of RGB (Red+Green+Blue) = 217+29+136=382 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.81% from 382); Green value is 29 (11.72% from 255 or 7.59% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 217 - color contains mainly: red. Hex color #D91D88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91D88 is #26E277. Grayscale: #616161. Windows color (decimal): -2548344 or 8920537. OLE color: 8920537.

HSL color Cylindrical-coordinate representation of color #D91D88: hue angle of 325.85º degrees, saturation: 0.76, 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 #D91D88 is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 29 136 -
CMYK 0 0.87 0.37 0.15
HSL 325.85º 0.76% 0.48% -
HSV(B) 325.85º 0.87% 0.85% -
XYZ 33.5 17.41 24.89 -
YUV 97.41 149.78 213.3 -
System Red Green Blue C M Y K H S L
Decimal 217 29 136 0 0.87 0.37 0.15 325.85 0.76 0.48
Hex D9 1D 88 0 57 25 F 146 4C 30
Octal 331 35 210 0 127 45 17 506 114 60
Binary 11011001 11101 10001000 0 1010111 100101 1111 101000110 1001100 110000

Color Harmonies of #D91D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91D88

Black with #D91D88

Text Example


Text Example

White with #D91D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91D88; }

 p { color: rgb(217,29,136); }

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

background-color css

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

 a { background-color: rgb(217,29,136); }

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

border-color css

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

 span { border-color: rgb(217,29,136); }

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