Html Css Color HEX #D91093 Medium Violet Red

📋 copy color: '#D91093'

red 217 ◦ green 16 ◦ blue 147

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

Shades of Medium Violet Red #D91093

Tints of Medium Violet Red #D91093

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.21%

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

R = 57.11%
G = 4.21%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D91093 (or 0xD91093) is known color: Medium Violet Red. HEX triplet: D9, 10 and 93. RGB value is (217,16,147). Sum of RGB (Red+Green+Blue) = 217+16+147=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 16 (6.64% from 255 or 4.21% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D91093 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91093 is #26EF6C. Grayscale: #5A5A5A. Windows color (decimal): -2551661 or 9638105. OLE color: 9638105.

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

Color convert

RGB 217 16 147 -
CMYK 0 0.93 0.32 0.15
HSL 320.9º 0.86% 0.46% -
HSV(B) 320.9º 0.93% 0.85% -
XYZ 34.07 17.23 29.13 -
YUV 91.03 159.59 217.85 -
System Red Green Blue C M Y K H S L
Decimal 217 16 147 0 0.93 0.32 0.15 320.9 0.86 0.46
Hex D9 10 93 0 5D 20 F 141 56 2E
Octal 331 20 223 0 135 40 17 501 126 56
Binary 11011001 10000 10010011 0 1011101 100000 1111 101000001 1010110 101110

Color Harmonies of #D91093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91093

Black with #D91093

Text Example


Text Example

White with #D91093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91093; }

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

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

background-color css

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

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

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

border-color css

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

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

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