Html Css Color HEX #D01172 Medium Violet Red

📋 copy color: '#D01172'

red 208 ◦ green 17 ◦ blue 114

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

Shades of Medium Violet Red #D01172

Tints of Medium Violet Red #D01172

RGB

 RED value IS 208 (81.64% from 255) = 61.36%

 GREEN value IS 17 (7.03% from 255) = 5.01%

 BLUE value IS 114 (44.92% from 255) = 33.63%

R = 61.36%
G = 5.01%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D01172 (or 0xD01172) is known color: Medium Violet Red. HEX triplet: D0, 11 and 72. RGB value is (208,17,114). Sum of RGB (Red+Green+Blue) = 208+17+114=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D01172 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01172 is #2FEE8D. Grayscale: #545454. Windows color (decimal): -3141262 or 7475664. OLE color: 7475664.

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

Color convert

RGB 208 17 114 -
CMYK 0 0.92 0.45 0.18
HSL 329.53º 0.85% 0.44% -
HSV(B) 329.53º 0.92% 0.82% -
XYZ 29.25 15.03 17.28 -
YUV 85.17 144.28 215.61 -
System Red Green Blue C M Y K H S L
Decimal 208 17 114 0 0.92 0.45 0.18 329.53 0.85 0.44
Hex D0 11 72 0 5C 2D 12 14A 55 2C
Octal 320 21 162 0 134 55 22 512 125 54
Binary 11010000 10001 1110010 0 1011100 101101 10010 101001010 1010101 101100

Color Harmonies of #D01172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01172

Black with #D01172

Text Example


Text Example

White with #D01172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01172; }

 p { color: rgb(208,17,114); }

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

background-color css

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

 a { background-color: rgb(208,17,114); }

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

border-color css

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

 span { border-color: rgb(208,17,114); }

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