Html Css Color HEX #D11594 Medium Violet Red

📋 copy color: '#D11594'

red 209 ◦ green 21 ◦ blue 148

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

Shades of Medium Violet Red #D11594

Tints of Medium Violet Red #D11594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.15%

R = 55.29%
G = 5.56%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D11594 (or 0xD11594) is known color: Medium Violet Red. HEX triplet: D1, 15 and 94. RGB value is (209,21,148). Sum of RGB (Red+Green+Blue) = 209+21+148=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D11594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11594 is #2EEA6B. Grayscale: #5B5B5B. Windows color (decimal): -3074668 or 9704913. OLE color: 9704913.

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

Color convert

RGB 209 21 148 -
CMYK 0 0.90 0.29 0.18
HSL 319.47º 0.82% 0.45% -
HSV(B) 319.47º 0.9% 0.82% -
XYZ 31.91 16.23 29.47 -
YUV 91.69 159.78 211.67 -
System Red Green Blue C M Y K H S L
Decimal 209 21 148 0 0.90 0.29 0.18 319.47 0.82 0.45
Hex D1 15 94 0 5A 1D 12 13F 52 2D
Octal 321 25 224 0 132 35 22 477 122 55
Binary 11010001 10101 10010100 0 1011010 11101 10010 100111111 1010010 101101

Color Harmonies of #D11594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11594

Black with #D11594

Text Example


Text Example

White with #D11594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11594; }

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

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

background-color css

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

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

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

border-color css

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

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

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