Html Css Color HEX #D11675 Medium Violet Red

📋 copy color: '#D11675'

red 209 ◦ green 22 ◦ blue 117

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

Shades of Medium Violet Red #D11675

Tints of Medium Violet Red #D11675

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.32%

 BLUE value IS 117 (46.09% from 255) = 33.62%

R = 60.06%
G = 6.32%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D11675 (or 0xD11675) is known color: Medium Violet Red. HEX triplet: D1, 16 and 75. RGB value is (209,22,117). Sum of RGB (Red+Green+Blue) = 209+22+117=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D11675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11675 is #2EE98A. Grayscale: #585858. Windows color (decimal): -3074443 or 7673553. OLE color: 7673553.

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

Color convert

RGB 209 22 117 -
CMYK 0 0.89 0.44 0.18
HSL 329.52º 0.81% 0.45% -
HSV(B) 329.52º 0.89% 0.82% -
XYZ 29.79 15.41 18.23 -
YUV 88.74 143.95 213.78 -
System Red Green Blue C M Y K H S L
Decimal 209 22 117 0 0.89 0.44 0.18 329.52 0.81 0.45
Hex D1 16 75 0 59 2C 12 14A 51 2D
Octal 321 26 165 0 131 54 22 512 121 55
Binary 11010001 10110 1110101 0 1011001 101100 10010 101001010 1010001 101101

Color Harmonies of #D11675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11675

Black with #D11675

Text Example


Text Example

White with #D11675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11675; }

 p { color: rgb(209,22,117); }

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

background-color css

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

 a { background-color: rgb(209,22,117); }

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

border-color css

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

 span { border-color: rgb(209,22,117); }

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