Html Css Color HEX #D1147B Medium Violet Red

📋 copy color: '#D1147B'

red 209 ◦ green 20 ◦ blue 123

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

Shades of Medium Violet Red #D1147B

Tints of Medium Violet Red #D1147B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.94%

R = 59.38%
G = 5.68%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D1147B (or 0xD1147B) is known color: Medium Violet Red. HEX triplet: D1, 14 and 7B. RGB value is (209,20,123). Sum of RGB (Red+Green+Blue) = 209+20+123=352 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.38% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 209 - color contains mainly: red. Hex color #D1147B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1147B is #2EEB84. Grayscale: #585858. Windows color (decimal): -3074949 or 8066257. OLE color: 8066257.

HSL color Cylindrical-coordinate representation of color #D1147B: hue angle of 327.3º 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 #D1147B is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 20 123 -
CMYK 0 0.90 0.41 0.18
HSL 327.3º 0.83% 0.45% -
HSV(B) 327.3º 0.9% 0.82% -
XYZ 30.12 15.49 20.14 -
YUV 88.25 147.62 214.12 -
System Red Green Blue C M Y K H S L
Decimal 209 20 123 0 0.90 0.41 0.18 327.3 0.83 0.45
Hex D1 14 7B 0 5A 29 12 147 53 2D
Octal 321 24 173 0 132 51 22 507 123 55
Binary 11010001 10100 1111011 0 1011010 101001 10010 101000111 1010011 101101

Color Harmonies of #D1147B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1147B

Black with #D1147B

Text Example


Text Example

White with #D1147B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1147B; }

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

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

background-color css

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

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

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

border-color css

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

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

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