Html Css Color HEX #D9147E Medium Violet Red

📋 copy color: '#D9147E'

red 217 ◦ green 20 ◦ blue 126

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

Shades of Medium Violet Red #D9147E

Tints of Medium Violet Red #D9147E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.51%

 BLUE value IS 126 (49.61% from 255) = 34.71%

R = 59.78%
G = 5.51%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D9147E (or 0xD9147E) is known color: Medium Violet Red. HEX triplet: D9, 14 and 7E. RGB value is (217,20,126). Sum of RGB (Red+Green+Blue) = 217+20+126=363 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.78% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 217 - color contains mainly: red. Hex color #D9147E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9147E is #26EB81. Grayscale: #5A5A5A. Windows color (decimal): -2550658 or 8262873. OLE color: 8262873.

HSL color Cylindrical-coordinate representation of color #D9147E: hue angle of 327.72º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D9147E is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 20 126 -
CMYK 0 0.91 0.42 0.15
HSL 327.72º 0.83% 0.46% -
HSV(B) 327.72º 0.91% 0.85% -
XYZ 32.63 16.76 21.25 -
YUV 90.99 147.77 217.88 -
System Red Green Blue C M Y K H S L
Decimal 217 20 126 0 0.91 0.42 0.15 327.72 0.83 0.46
Hex D9 14 7E 0 5B 2A F 148 53 2E
Octal 331 24 176 0 133 52 17 510 123 56
Binary 11011001 10100 1111110 0 1011011 101010 1111 101001000 1010011 101110

Color Harmonies of #D9147E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9147E

Black with #D9147E

Text Example


Text Example

White with #D9147E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9147E; }

 p { color: rgb(217,20,126); }

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

background-color css

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

 a { background-color: rgb(217,20,126); }

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

border-color css

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

 span { border-color: rgb(217,20,126); }

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