Html Css Color HEX #D11581 Medium Violet Red

📋 copy color: '#D11581'

red 209 ◦ green 21 ◦ blue 129

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

Shades of Medium Violet Red #D11581

Tints of Medium Violet Red #D11581

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.85%

 BLUE value IS 129 (50.78% from 255) = 35.93%

R = 58.22%
G = 5.85%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D11581 (or 0xD11581) is known color: Medium Violet Red. HEX triplet: D1, 15 and 81. RGB value is (209,21,129). Sum of RGB (Red+Green+Blue) = 209+21+129=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 21 (8.59% from 255 or 5.85% from 359); Blue value is 129 (50.78% from 255 or 35.93% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D11581 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11581 is #2EEA7E. Grayscale: #595959. Windows color (decimal): -3074687 or 8459729. OLE color: 8459729.

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

Color convert

RGB 209 21 129 -
CMYK 0 0.90 0.38 0.18
HSL 325.53º 0.82% 0.45% -
HSV(B) 325.53º 0.9% 0.82% -
XYZ 30.53 15.68 22.19 -
YUV 89.52 150.28 213.22 -
System Red Green Blue C M Y K H S L
Decimal 209 21 129 0 0.90 0.38 0.18 325.53 0.82 0.45
Hex D1 15 81 0 5A 26 12 146 52 2D
Octal 321 25 201 0 132 46 22 506 122 55
Binary 11010001 10101 10000001 0 1011010 100110 10010 101000110 1010010 101101

Color Harmonies of #D11581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11581

Black with #D11581

Text Example


Text Example

White with #D11581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11581; }

 p { color: rgb(209,21,129); }

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

background-color css

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

 a { background-color: rgb(209,21,129); }

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

border-color css

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

 span { border-color: rgb(209,21,129); }

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