Html Css Color HEX #D91293 Medium Violet Red

📋 copy color: '#D91293'

red 217 ◦ green 18 ◦ blue 147

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

Shades of Medium Violet Red #D91293

Tints of Medium Violet Red #D91293

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.71%

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

R = 56.81%
G = 4.71%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D91293 (or 0xD91293) is known color: Medium Violet Red. HEX triplet: D9, 12 and 93. RGB value is (217,18,147). Sum of RGB (Red+Green+Blue) = 217+18+147=382 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.81% from 382); Green value is 18 (7.42% from 255 or 4.71% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 217 - color contains mainly: red. Hex color #D91293 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91293 is #26ED6C. Grayscale: #5B5B5B. Windows color (decimal): -2551149 or 9638617. OLE color: 9638617.

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

Color convert

RGB 217 18 147 -
CMYK 0 0.92 0.32 0.15
HSL 321.11º 0.85% 0.46% -
HSV(B) 321.11º 0.92% 0.85% -
XYZ 34.1 17.29 29.14 -
YUV 92.21 158.93 217.01 -
System Red Green Blue C M Y K H S L
Decimal 217 18 147 0 0.92 0.32 0.15 321.11 0.85 0.46
Hex D9 12 93 0 5C 20 F 141 55 2E
Octal 331 22 223 0 134 40 17 501 125 56
Binary 11011001 10010 10010011 0 1011100 100000 1111 101000001 1010101 101110

Color Harmonies of #D91293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91293

Black with #D91293

Text Example


Text Example

White with #D91293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91293; }

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

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

background-color css

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

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

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

border-color css

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

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

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