Html Css Color HEX #D1127B Medium Violet Red

📋 copy color: '#D1127B'

red 209 ◦ green 18 ◦ blue 123

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

Shades of Medium Violet Red #D1127B

Tints of Medium Violet Red #D1127B

RGB

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

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

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

R = 59.71%
G = 5.14%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D1127B (or 0xD1127B) is known color: Medium Violet Red. HEX triplet: D1, 12 and 7B. RGB value is (209,18,123). Sum of RGB (Red+Green+Blue) = 209+18+123=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D1127B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1127B is #2EED84. Grayscale: #565656. Windows color (decimal): -3075461 or 8065745. OLE color: 8065745.

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

Color convert

RGB 209 18 123 -
CMYK 0 0.91 0.41 0.18
HSL 327.02º 0.84% 0.45% -
HSV(B) 327.02º 0.91% 0.82% -
XYZ 30.09 15.42 20.13 -
YUV 87.08 148.28 214.96 -
System Red Green Blue C M Y K H S L
Decimal 209 18 123 0 0.91 0.41 0.18 327.02 0.84 0.45
Hex D1 12 7B 0 5B 29 12 147 54 2D
Octal 321 22 173 0 133 51 22 507 124 55
Binary 11010001 10010 1111011 0 1011011 101001 10010 101000111 1010100 101101

Color Harmonies of #D1127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1127B

Black with #D1127B

Text Example


Text Example

White with #D1127B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1127B; }

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

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

background-color css

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

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

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

border-color css

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

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

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