Html Css Color HEX #D00896 Medium Violet Red

📋 copy color: '#D00896'

red 208 ◦ green 8 ◦ blue 150

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

Shades of Medium Violet Red #D00896

Tints of Medium Violet Red #D00896

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.19%

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

R = 56.83%
G = 2.19%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D00896 (or 0xD00896) is known color: Medium Violet Red. HEX triplet: D0, 08 and 96. RGB value is (208,8,150). Sum of RGB (Red+Green+Blue) = 208+8+150=366 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.83% from 366); Green value is 8 (3.52% from 255 or 2.19% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 208 - color contains mainly: red. Hex color #D00896 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00896 is #2FF769. Grayscale: #535353. Windows color (decimal): -3143530 or 9832656. OLE color: 9832656.

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

Color convert

RGB 208 8 150 -
CMYK 0 0.96 0.28 0.18
HSL 317.4º 0.93% 0.42% -
HSV(B) 317.4º 0.96% 0.82% -
XYZ 31.6 15.79 30.24 -
YUV 83.99 165.26 216.45 -
System Red Green Blue C M Y K H S L
Decimal 208 8 150 0 0.96 0.28 0.18 317.4 0.93 0.42
Hex D0 8 96 0 60 1C 12 13D 5D 2A
Octal 320 10 226 0 140 34 22 475 135 52
Binary 11010000 1000 10010110 0 1100000 11100 10010 100111101 1011101 101010

Color Harmonies of #D00896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00896

Black with #D00896

Text Example


Text Example

White with #D00896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00896; }

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

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

background-color css

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

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

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

border-color css

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

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

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