Html Css Color HEX #D91DA2 Medium Violet Red

📋 copy color: '#D91DA2'

red 217 ◦ green 29 ◦ blue 162

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

Shades of Medium Violet Red #D91DA2

Tints of Medium Violet Red #D91DA2

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.11%

 BLUE value IS 162 (63.67% from 255) = 39.71%

R = 53.19%
G = 7.11%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D91DA2 (or 0xD91DA2) is known color: Medium Violet Red. HEX triplet: D9, 1D and A2. RGB value is (217,29,162). Sum of RGB (Red+Green+Blue) = 217+29+162=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 29 (11.72% from 255 or 7.11% from 408); Blue value is 162 (63.67% from 255 or 39.71% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D91DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91DA2 is #26E25D. Grayscale: #646464. Windows color (decimal): -2548318 or 10624473. OLE color: 10624473.

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

Color convert

RGB 217 29 162 -
CMYK 0 0.87 0.25 0.15
HSL 317.55º 0.76% 0.48% -
HSV(B) 317.55º 0.87% 0.85% -
XYZ 35.58 18.24 35.83 -
YUV 100.37 162.78 211.19 -
System Red Green Blue C M Y K H S L
Decimal 217 29 162 0 0.87 0.25 0.15 317.55 0.76 0.48
Hex D9 1D A2 0 57 19 F 13E 4C 30
Octal 331 35 242 0 127 31 17 476 114 60
Binary 11011001 11101 10100010 0 1010111 11001 1111 100111110 1001100 110000

Color Harmonies of #D91DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91DA2

Black with #D91DA2

Text Example


Text Example

White with #D91DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91DA2; }

 p { color: rgb(217,29,162); }

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

background-color css

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

 a { background-color: rgb(217,29,162); }

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

border-color css

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

 span { border-color: rgb(217,29,162); }

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