Html Css Color HEX #D01796 Medium Violet Red

📋 copy color: '#D01796'

red 208 ◦ green 23 ◦ blue 150

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

Shades of Medium Violet Red #D01796

Tints of Medium Violet Red #D01796

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.04%

 BLUE value IS 150 (58.98% from 255) = 39.37%

R = 54.59%
G = 6.04%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D01796 (or 0xD01796) is known color: Medium Violet Red. HEX triplet: D0, 17 and 96. RGB value is (208,23,150). Sum of RGB (Red+Green+Blue) = 208+23+150=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 23 (9.38% from 255 or 6.04% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D01796 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01796 is #2FE869. Grayscale: #5C5C5C. Windows color (decimal): -3139690 or 9836496. OLE color: 9836496.

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

Color convert

RGB 208 23 150 -
CMYK 0 0.89 0.28 0.18
HSL 318.81º 0.8% 0.45% -
HSV(B) 318.81º 0.89% 0.82% -
XYZ 31.82 16.22 30.31 -
YUV 92.79 160.29 210.17 -
System Red Green Blue C M Y K H S L
Decimal 208 23 150 0 0.89 0.28 0.18 318.81 0.8 0.45
Hex D0 17 96 0 59 1C 12 13F 50 2D
Octal 320 27 226 0 131 34 22 477 120 55
Binary 11010000 10111 10010110 0 1011001 11100 10010 100111111 1010000 101101

Color Harmonies of #D01796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01796

Black with #D01796

Text Example


Text Example

White with #D01796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01796; }

 p { color: rgb(208,23,150); }

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

background-color css

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

 a { background-color: rgb(208,23,150); }

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

border-color css

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

 span { border-color: rgb(208,23,150); }

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