Html Css Color HEX #D11CA2 Medium Violet Red

📋 copy color: '#D11CA2'

red 209 ◦ green 28 ◦ blue 162

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

Shades of Medium Violet Red #D11CA2

Tints of Medium Violet Red #D11CA2

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.02%

 BLUE value IS 162 (63.67% from 255) = 40.6%

R = 52.38%
G = 7.02%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D11CA2 (or 0xD11CA2) is known color: Medium Violet Red. HEX triplet: D1, 1C and A2. RGB value is (209,28,162). Sum of RGB (Red+Green+Blue) = 209+28+162=399 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.38% from 399); Green value is 28 (11.33% from 255 or 7.02% from 399); Blue value is 162 (63.67% from 255 or 40.60% from 399); Max value from RGB is 209 - color contains mainly: red. Hex color #D11CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11CA2 is #2EE35D. Grayscale: #616161. Windows color (decimal): -3072862 or 10624209. OLE color: 10624209.

HSL color Cylindrical-coordinate representation of color #D11CA2: hue angle of 315.58º degrees, saturation: 0.76, 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 #D11CA2 is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 28 162 -
CMYK 0 0.87 0.22 0.18
HSL 315.58º 0.76% 0.46% -
HSV(B) 315.58º 0.87% 0.82% -
XYZ 33.23 16.99 35.71 -
YUV 97.4 164.47 207.6 -
System Red Green Blue C M Y K H S L
Decimal 209 28 162 0 0.87 0.22 0.18 315.58 0.76 0.46
Hex D1 1C A2 0 57 16 12 13C 4C 2E
Octal 321 34 242 0 127 26 22 474 114 56
Binary 11010001 11100 10100010 0 1010111 10110 10010 100111100 1001100 101110

Color Harmonies of #D11CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11CA2

Black with #D11CA2

Text Example


Text Example

White with #D11CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11CA2; }

 p { color: rgb(209,28,162); }

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

background-color css

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

 a { background-color: rgb(209,28,162); }

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

border-color css

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

 span { border-color: rgb(209,28,162); }

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