Html Css Color HEX #D91998 Medium Violet Red

📋 copy color: '#D91998'

red 217 ◦ green 25 ◦ blue 152

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

Shades of Medium Violet Red #D91998

Tints of Medium Violet Red #D91998

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.35%

 BLUE value IS 152 (59.77% from 255) = 38.58%

R = 55.08%
G = 6.35%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D91998 (or 0xD91998) is known color: Medium Violet Red. HEX triplet: D9, 19 and 98. RGB value is (217,25,152). Sum of RGB (Red+Green+Blue) = 217+25+152=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 25 (10.16% from 255 or 6.35% from 394); Blue value is 152 (59.77% from 255 or 38.58% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D91998 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91998 is #26E667. Grayscale: #606060. Windows color (decimal): -2549352 or 9968089. OLE color: 9968089.

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

Color convert

RGB 217 25 152 -
CMYK 0 0.88 0.30 0.15
HSL 320.31º 0.79% 0.47% -
HSV(B) 320.31º 0.88% 0.85% -
XYZ 34.63 17.71 31.3 -
YUV 96.89 159.11 213.67 -
System Red Green Blue C M Y K H S L
Decimal 217 25 152 0 0.88 0.30 0.15 320.31 0.79 0.47
Hex D9 19 98 0 58 1E F 140 4F 2F
Octal 331 31 230 0 130 36 17 500 117 57
Binary 11011001 11001 10011000 0 1011000 11110 1111 101000000 1001111 101111

Color Harmonies of #D91998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91998

Black with #D91998

Text Example


Text Example

White with #D91998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91998; }

 p { color: rgb(217,25,152); }

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

background-color css

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

 a { background-color: rgb(217,25,152); }

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

border-color css

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

 span { border-color: rgb(217,25,152); }

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