Html Css Color HEX #D91CA4 Medium Violet Red

📋 copy color: '#D91CA4'

red 217 ◦ green 28 ◦ blue 164

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

Shades of Medium Violet Red #D91CA4

Tints of Medium Violet Red #D91CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 40.1%

R = 53.06%
G = 6.85%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D91CA4 (or 0xD91CA4) is known color: Medium Violet Red. HEX triplet: D9, 1C and A4. RGB value is (217,28,164). Sum of RGB (Red+Green+Blue) = 217+28+164=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 28 (11.33% from 255 or 6.85% from 409); Blue value is 164 (64.45% from 255 or 40.10% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D91CA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91CA4 is #26E35B. Grayscale: #636363. Windows color (decimal): -2548572 or 10755289. OLE color: 10755289.

HSL color Cylindrical-coordinate representation of color #D91CA4: hue angle of 316.83º 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 #D91CA4 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 28 164 -
CMYK 0 0.87 0.24 0.15
HSL 316.83º 0.77% 0.48% -
HSV(B) 316.83º 0.87% 0.85% -
XYZ 35.73 18.26 36.76 -
YUV 100.02 164.12 211.44 -
System Red Green Blue C M Y K H S L
Decimal 217 28 164 0 0.87 0.24 0.15 316.83 0.77 0.48
Hex D9 1C A4 0 57 18 F 13D 4D 30
Octal 331 34 244 0 127 30 17 475 115 60
Binary 11011001 11100 10100100 0 1010111 11000 1111 100111101 1001101 110000

Color Harmonies of #D91CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91CA4

Black with #D91CA4

Text Example


Text Example

White with #D91CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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