Html Css Color HEX #D11B7B Medium Violet Red

📋 copy color: '#D11B7B'

red 209 ◦ green 27 ◦ blue 123

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

Shades of Medium Violet Red #D11B7B

Tints of Medium Violet Red #D11B7B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.52%

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

R = 58.22%
G = 7.52%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D11B7B (or 0xD11B7B) is known color: Medium Violet Red. HEX triplet: D1, 1B and 7B. RGB value is (209,27,123). Sum of RGB (Red+Green+Blue) = 209+27+123=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 27 (10.94% from 255 or 7.52% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D11B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11B7B is #2EE484. Grayscale: #5C5C5C. Windows color (decimal): -3073157 or 8068049. OLE color: 8068049.

HSL color Cylindrical-coordinate representation of color #D11B7B: hue angle of 328.35º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D11B7B is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 27 123 -
CMYK 0 0.87 0.41 0.18
HSL 328.35º 0.77% 0.46% -
HSV(B) 328.35º 0.87% 0.82% -
XYZ 30.26 15.77 20.19 -
YUV 92.36 145.3 211.19 -
System Red Green Blue C M Y K H S L
Decimal 209 27 123 0 0.87 0.41 0.18 328.35 0.77 0.46
Hex D1 1B 7B 0 57 29 12 148 4D 2E
Octal 321 33 173 0 127 51 22 510 115 56
Binary 11010001 11011 1111011 0 1010111 101001 10010 101001000 1001101 101110

Color Harmonies of #D11B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11B7B

Black with #D11B7B

Text Example


Text Example

White with #D11B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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