Html Css Color HEX #D91E8C Medium Violet Red

📋 copy color: '#D91E8C'

red 217 ◦ green 30 ◦ blue 140

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

Shades of Medium Violet Red #D91E8C

Tints of Medium Violet Red #D91E8C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.75%

 BLUE value IS 140 (55.08% from 255) = 36.18%

R = 56.07%
G = 7.75%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D91E8C (or 0xD91E8C) is known color: Medium Violet Red. HEX triplet: D9, 1E and 8C. RGB value is (217,30,140). Sum of RGB (Red+Green+Blue) = 217+30+140=387 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.07% from 387); Green value is 30 (12.11% from 255 or 7.75% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 217 - color contains mainly: red. Hex color #D91E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91E8C is #26E173. Grayscale: #626262. Windows color (decimal): -2548084 or 9182937. OLE color: 9182937.

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

Color convert

RGB 217 30 140 -
CMYK 0 0.86 0.35 0.15
HSL 324.71º 0.76% 0.48% -
HSV(B) 324.71º 0.86% 0.85% -
XYZ 33.81 17.57 26.42 -
YUV 98.45 151.45 212.56 -
System Red Green Blue C M Y K H S L
Decimal 217 30 140 0 0.86 0.35 0.15 324.71 0.76 0.48
Hex D9 1E 8C 0 56 23 F 145 4C 30
Octal 331 36 214 0 126 43 17 505 114 60
Binary 11011001 11110 10001100 0 1010110 100011 1111 101000101 1001100 110000

Color Harmonies of #D91E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91E8C

Black with #D91E8C

Text Example


Text Example

White with #D91E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91E8C; }

 p { color: rgb(217,30,140); }

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

background-color css

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

 a { background-color: rgb(217,30,140); }

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

border-color css

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

 span { border-color: rgb(217,30,140); }

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