Html Css Color HEX #D01072 Medium Violet Red

📋 copy color: '#D01072'

red 208 ◦ green 16 ◦ blue 114

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

Shades of Medium Violet Red #D01072

Tints of Medium Violet Red #D01072

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.73%

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

R = 61.54%
G = 4.73%
B = 33.73%

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

#D01072 (or 0xD01072) is known color: Medium Violet Red. HEX triplet: D0, 10 and 72. RGB value is (208,16,114). Sum of RGB (Red+Green+Blue) = 208+16+114=338 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.54% from 338); Green value is 16 (6.64% from 255 or 4.73% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 208 - color contains mainly: red. Hex color #D01072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01072 is #2FEF8D. Grayscale: #545454. Windows color (decimal): -3141518 or 7475408. OLE color: 7475408.

HSL color Cylindrical-coordinate representation of color #D01072: hue angle of 329.38º degrees, saturation: 0.86, 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 #D01072 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 16 114 -
CMYK 0 0.92 0.45 0.18
HSL 329.38º 0.86% 0.44% -
HSV(B) 329.38º 0.92% 0.82% -
XYZ 29.23 15 17.27 -
YUV 84.58 144.61 216.03 -
System Red Green Blue C M Y K H S L
Decimal 208 16 114 0 0.92 0.45 0.18 329.38 0.86 0.44
Hex D0 10 72 0 5C 2D 12 149 56 2C
Octal 320 20 162 0 134 55 22 511 126 54
Binary 11010000 10000 1110010 0 1011100 101101 10010 101001001 1010110 101100

Color Harmonies of #D01072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01072

Black with #D01072

Text Example


Text Example

White with #D01072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01072; }

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

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

background-color css

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

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

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

border-color css

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

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

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