Html Css Color HEX #D91493 Medium Violet Red

📋 copy color: '#D91493'

red 217 ◦ green 20 ◦ blue 147

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

Shades of Medium Violet Red #D91493

Tints of Medium Violet Red #D91493

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.21%

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

R = 56.51%
G = 5.21%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D91493 (or 0xD91493) is known color: Medium Violet Red. HEX triplet: D9, 14 and 93. RGB value is (217,20,147). Sum of RGB (Red+Green+Blue) = 217+20+147=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 20 (8.20% from 255 or 5.21% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D91493 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91493 is #26EB6C. Grayscale: #5D5D5D. Windows color (decimal): -2550637 or 9639129. OLE color: 9639129.

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

Color convert

RGB 217 20 147 -
CMYK 0 0.91 0.32 0.15
HSL 321.32º 0.83% 0.46% -
HSV(B) 321.32º 0.91% 0.85% -
XYZ 34.13 17.36 29.16 -
YUV 93.38 158.27 216.17 -
System Red Green Blue C M Y K H S L
Decimal 217 20 147 0 0.91 0.32 0.15 321.32 0.83 0.46
Hex D9 14 93 0 5B 20 F 141 53 2E
Octal 331 24 223 0 133 40 17 501 123 56
Binary 11011001 10100 10010011 0 1011011 100000 1111 101000001 1010011 101110

Color Harmonies of #D91493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91493

Black with #D91493

Text Example


Text Example

White with #D91493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91493; }

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

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

background-color css

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

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

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

border-color css

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

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

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