Html Css Color HEX #D91CA0 Medium Violet Red

📋 copy color: '#D91CA0'

red 217 ◦ green 28 ◦ blue 160

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

Shades of Medium Violet Red #D91CA0

Tints of Medium Violet Red #D91CA0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.91%

 BLUE value IS 160 (62.89% from 255) = 39.51%

R = 53.58%
G = 6.91%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D91CA0 (or 0xD91CA0) is known color: Medium Violet Red. HEX triplet: D9, 1C and A0. RGB value is (217,28,160). Sum of RGB (Red+Green+Blue) = 217+28+160=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 28 (11.33% from 255 or 6.91% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D91CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91CA0 is #26E35F. Grayscale: #636363. Windows color (decimal): -2548576 or 10493145. OLE color: 10493145.

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

Color convert

RGB 217 28 160 -
CMYK 0 0.87 0.26 0.15
HSL 318.1º 0.77% 0.48% -
HSV(B) 318.1º 0.87% 0.85% -
XYZ 35.38 18.12 34.89 -
YUV 99.56 162.12 211.77 -
System Red Green Blue C M Y K H S L
Decimal 217 28 160 0 0.87 0.26 0.15 318.1 0.77 0.48
Hex D9 1C A0 0 57 1A F 13E 4D 30
Octal 331 34 240 0 127 32 17 476 115 60
Binary 11011001 11100 10100000 0 1010111 11010 1111 100111110 1001101 110000

Color Harmonies of #D91CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91CA0

Black with #D91CA0

Text Example


Text Example

White with #D91CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91CA0; }

 p { color: rgb(217,28,160); }

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

background-color css

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

 a { background-color: rgb(217,28,160); }

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

border-color css

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

 span { border-color: rgb(217,28,160); }

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