Html Css Color HEX #D91593 Medium Violet Red

📋 copy color: '#D91593'

red 217 ◦ green 21 ◦ blue 147

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

Shades of Medium Violet Red #D91593

Tints of Medium Violet Red #D91593

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.45%

 BLUE value IS 147 (57.81% from 255) = 38.18%

R = 56.36%
G = 5.45%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D91593 (or 0xD91593) is known color: Medium Violet Red. HEX triplet: D9, 15 and 93. RGB value is (217,21,147). Sum of RGB (Red+Green+Blue) = 217+21+147=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 21 (8.59% from 255 or 5.45% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D91593 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91593 is #26EA6C. Grayscale: #5D5D5D. Windows color (decimal): -2550381 or 9639385. OLE color: 9639385.

HSL color Cylindrical-coordinate representation of color #D91593: hue angle of 321.43º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D91593 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 21 147 -
CMYK 0 0.90 0.32 0.15
HSL 321.43º 0.82% 0.47% -
HSV(B) 321.43º 0.9% 0.85% -
XYZ 34.15 17.39 29.16 -
YUV 93.97 157.93 215.75 -
System Red Green Blue C M Y K H S L
Decimal 217 21 147 0 0.90 0.32 0.15 321.43 0.82 0.47
Hex D9 15 93 0 5A 20 F 141 52 2F
Octal 331 25 223 0 132 40 17 501 122 57
Binary 11011001 10101 10010011 0 1011010 100000 1111 101000001 1010010 101111

Color Harmonies of #D91593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91593

Black with #D91593

Text Example


Text Example

White with #D91593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91593; }

 p { color: rgb(217,21,147); }

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

background-color css

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

 a { background-color: rgb(217,21,147); }

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

border-color css

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

 span { border-color: rgb(217,21,147); }

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