Html Css Color HEX #D11CAB Medium Violet Red

📋 copy color: '#D11CAB'

red 209 ◦ green 28 ◦ blue 171

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

Shades of Medium Violet Red #D11CAB

Tints of Medium Violet Red #D11CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.91%

R = 51.23%
G = 6.86%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D11CAB (or 0xD11CAB) is known color: Medium Violet Red. HEX triplet: D1, 1C and AB. RGB value is (209,28,171). Sum of RGB (Red+Green+Blue) = 209+28+171=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 28 (11.33% from 255 or 6.86% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D11CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11CAB is #2EE354. Grayscale: #626262. Windows color (decimal): -3072853 or 11214033. OLE color: 11214033.

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

Color convert

RGB 209 28 171 -
CMYK 0 0.87 0.18 0.18
HSL 312.6º 0.76% 0.46% -
HSV(B) 312.6º 0.87% 0.82% -
XYZ 34.06 17.33 40.08 -
YUV 98.42 168.97 206.87 -
System Red Green Blue C M Y K H S L
Decimal 209 28 171 0 0.87 0.18 0.18 312.6 0.76 0.46
Hex D1 1C AB 0 57 12 12 139 4C 2E
Octal 321 34 253 0 127 22 22 471 114 56
Binary 11010001 11100 10101011 0 1010111 10010 10010 100111001 1001100 101110

Color Harmonies of #D11CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11CAB

Black with #D11CAB

Text Example


Text Example

White with #D11CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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