Html Css Color HEX #D1147F Medium Violet Red

📋 copy color: '#D1147F'

red 209 ◦ green 20 ◦ blue 127

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

Shades of Medium Violet Red #D1147F

Tints of Medium Violet Red #D1147F

RGB

 RED value IS 209 (82.03% from 255) = 58.71%

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

 BLUE value IS 127 (50% from 255) = 35.67%

R = 58.71%
G = 5.62%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D1147F (or 0xD1147F) is known color: Medium Violet Red. HEX triplet: D1, 14 and 7F. RGB value is (209,20,127). Sum of RGB (Red+Green+Blue) = 209+20+127=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D1147F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1147F is #2EEB80. Grayscale: #585858. Windows color (decimal): -3074945 or 8328401. OLE color: 8328401.

HSL color Cylindrical-coordinate representation of color #D1147F: hue angle of 326.03º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D1147F is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 20 127 -
CMYK 0 0.90 0.39 0.18
HSL 326.03º 0.83% 0.45% -
HSV(B) 326.03º 0.9% 0.82% -
XYZ 30.38 15.59 21.49 -
YUV 88.71 149.62 213.8 -
System Red Green Blue C M Y K H S L
Decimal 209 20 127 0 0.90 0.39 0.18 326.03 0.83 0.45
Hex D1 14 7F 0 5A 27 12 146 53 2D
Octal 321 24 177 0 132 47 22 506 123 55
Binary 11010001 10100 1111111 0 1011010 100111 10010 101000110 1010011 101101

Color Harmonies of #D1147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1147F

Black with #D1147F

Text Example


Text Example

White with #D1147F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1147F; }

 p { color: rgb(209,20,127); }

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

background-color css

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

 a { background-color: rgb(209,20,127); }

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

border-color css

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

 span { border-color: rgb(209,20,127); }

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