Html Css Color HEX #D112A7 Medium Violet Red

📋 copy color: '#D112A7'

red 209 ◦ green 18 ◦ blue 167

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

Shades of Medium Violet Red #D112A7

Tints of Medium Violet Red #D112A7

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.57%

 BLUE value IS 167 (65.63% from 255) = 42.39%

R = 53.05%
G = 4.57%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D112A7 (or 0xD112A7) is known color: Medium Violet Red. HEX triplet: D1, 12 and A7. RGB value is (209,18,167). Sum of RGB (Red+Green+Blue) = 209+18+167=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 18 (7.42% from 255 or 4.57% from 394); Blue value is 167 (65.62% from 255 or 42.39% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D112A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D112A7 is #2EED58. Grayscale: #5B5B5B. Windows color (decimal): -3075417 or 10949329. OLE color: 10949329.

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

Color convert

RGB 209 18 167 -
CMYK 0 0.91 0.20 0.18
HSL 313.19º 0.84% 0.45% -
HSV(B) 313.19º 0.91% 0.82% -
XYZ 33.49 16.78 38.03 -
YUV 92.1 170.28 211.38 -
System Red Green Blue C M Y K H S L
Decimal 209 18 167 0 0.91 0.20 0.18 313.19 0.84 0.45
Hex D1 12 A7 0 5B 14 12 139 54 2D
Octal 321 22 247 0 133 24 22 471 124 55
Binary 11010001 10010 10100111 0 1011011 10100 10010 100111001 1010100 101101

Color Harmonies of #D112A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D112A7

Black with #D112A7

Text Example


Text Example

White with #D112A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D112A7; }

 p { color: rgb(209,18,167); }

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

background-color css

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

 a { background-color: rgb(209,18,167); }

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

border-color css

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

 span { border-color: rgb(209,18,167); }

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