Html Css Color HEX #D1127E Medium Violet Red

📋 copy color: '#D1127E'

red 209 ◦ green 18 ◦ blue 126

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

Shades of Medium Violet Red #D1127E

Tints of Medium Violet Red #D1127E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.1%

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

R = 59.21%
G = 5.1%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D1127E (or 0xD1127E) is known color: Medium Violet Red. HEX triplet: D1, 12 and 7E. RGB value is (209,18,126). Sum of RGB (Red+Green+Blue) = 209+18+126=353 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.21% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 209 - color contains mainly: red. Hex color #D1127E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1127E is #2EED81. Grayscale: #575757. Windows color (decimal): -3075458 or 8262353. OLE color: 8262353.

HSL color Cylindrical-coordinate representation of color #D1127E: hue angle of 326.07º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D1127E is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 18 126 -
CMYK 0 0.91 0.40 0.18
HSL 326.07º 0.84% 0.45% -
HSV(B) 326.07º 0.91% 0.82% -
XYZ 30.28 15.49 21.13 -
YUV 87.42 149.78 214.72 -
System Red Green Blue C M Y K H S L
Decimal 209 18 126 0 0.91 0.40 0.18 326.07 0.84 0.45
Hex D1 12 7E 0 5B 28 12 146 54 2D
Octal 321 22 176 0 133 50 22 506 124 55
Binary 11010001 10010 1111110 0 1011011 101000 10010 101000110 1010100 101101

Color Harmonies of #D1127E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1127E

Black with #D1127E

Text Example


Text Example

White with #D1127E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1127E; }

 p { color: rgb(209,18,126); }

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

background-color css

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

 a { background-color: rgb(209,18,126); }

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

border-color css

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

 span { border-color: rgb(209,18,126); }

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