Html Css Color HEX #D114A6 Medium Violet Red

📋 copy color: '#D114A6'

red 209 ◦ green 20 ◦ blue 166

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

Shades of Medium Violet Red #D114A6

Tints of Medium Violet Red #D114A6

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.06%

 BLUE value IS 166 (65.23% from 255) = 42.03%

R = 52.91%
G = 5.06%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D114A6 (or 0xD114A6) is known color: Medium Violet Red. HEX triplet: D1, 14 and A6. RGB value is (209,20,166). Sum of RGB (Red+Green+Blue) = 209+20+166=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 20 (8.20% from 255 or 5.06% from 395); Blue value is 166 (65.23% from 255 or 42.03% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D114A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D114A6 is #2EEB59. Grayscale: #5C5C5C. Windows color (decimal): -3074906 or 10884305. OLE color: 10884305.

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

Color convert

RGB 209 20 166 -
CMYK 0 0.90 0.21 0.18
HSL 313.65º 0.83% 0.45% -
HSV(B) 313.65º 0.9% 0.82% -
XYZ 33.43 16.81 37.56 -
YUV 93.16 169.12 210.63 -
System Red Green Blue C M Y K H S L
Decimal 209 20 166 0 0.90 0.21 0.18 313.65 0.83 0.45
Hex D1 14 A6 0 5A 15 12 13A 53 2D
Octal 321 24 246 0 132 25 22 472 123 55
Binary 11010001 10100 10100110 0 1011010 10101 10010 100111010 1010011 101101

Color Harmonies of #D114A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D114A6

Black with #D114A6

Text Example


Text Example

White with #D114A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D114A6; }

 p { color: rgb(209,20,166); }

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

background-color css

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

 a { background-color: rgb(209,20,166); }

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

border-color css

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

 span { border-color: rgb(209,20,166); }

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