Html Css Color HEX #D91A90 Medium Violet Red

📋 copy color: '#D91A90'

red 217 ◦ green 26 ◦ blue 144

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

Shades of Medium Violet Red #D91A90

Tints of Medium Violet Red #D91A90

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.72%

 BLUE value IS 144 (56.64% from 255) = 37.21%

R = 56.07%
G = 6.72%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D91A90 (or 0xD91A90) is known color: Medium Violet Red. HEX triplet: D9, 1A and 90. RGB value is (217,26,144). Sum of RGB (Red+Green+Blue) = 217+26+144=387 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.07% from 387); Green value is 26 (10.55% from 255 or 6.72% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 217 - color contains mainly: red. Hex color #D91A90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91A90 is #26E56F. Grayscale: #606060. Windows color (decimal): -2549104 or 9444057. OLE color: 9444057.

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

Color convert

RGB 217 26 144 -
CMYK 0 0.88 0.34 0.15
HSL 322.93º 0.79% 0.48% -
HSV(B) 322.93º 0.88% 0.85% -
XYZ 34.02 17.5 27.97 -
YUV 96.56 154.78 213.91 -
System Red Green Blue C M Y K H S L
Decimal 217 26 144 0 0.88 0.34 0.15 322.93 0.79 0.48
Hex D9 1A 90 0 58 22 F 143 4F 30
Octal 331 32 220 0 130 42 17 503 117 60
Binary 11011001 11010 10010000 0 1011000 100010 1111 101000011 1001111 110000

Color Harmonies of #D91A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91A90

Black with #D91A90

Text Example


Text Example

White with #D91A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91A90; }

 p { color: rgb(217,26,144); }

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

background-color css

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

 a { background-color: rgb(217,26,144); }

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

border-color css

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

 span { border-color: rgb(217,26,144); }

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