Html Css Color HEX #D91993 Medium Violet Red

📋 copy color: '#D91993'

red 217 ◦ green 25 ◦ blue 147

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

Shades of Medium Violet Red #D91993

Tints of Medium Violet Red #D91993

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.43%

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

R = 55.78%
G = 6.43%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D91993 (or 0xD91993) is known color: Medium Violet Red. HEX triplet: D9, 19 and 93. RGB value is (217,25,147). Sum of RGB (Red+Green+Blue) = 217+25+147=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 25 (10.16% from 255 or 6.43% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D91993 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91993 is #26E66C. Grayscale: #606060. Windows color (decimal): -2549357 or 9640409. OLE color: 9640409.

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

Color convert

RGB 217 25 147 -
CMYK 0 0.88 0.32 0.15
HSL 321.88º 0.79% 0.47% -
HSV(B) 321.88º 0.88% 0.85% -
XYZ 34.23 17.55 29.19 -
YUV 96.32 156.61 214.08 -
System Red Green Blue C M Y K H S L
Decimal 217 25 147 0 0.88 0.32 0.15 321.88 0.79 0.47
Hex D9 19 93 0 58 20 F 142 4F 2F
Octal 331 31 223 0 130 40 17 502 117 57
Binary 11011001 11001 10010011 0 1011000 100000 1111 101000010 1001111 101111

Color Harmonies of #D91993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91993

Black with #D91993

Text Example


Text Example

White with #D91993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91993; }

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

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

background-color css

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

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

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

border-color css

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

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

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