Html Css Color HEX #D00891 Medium Violet Red

📋 copy color: '#D00891'

red 208 ◦ green 8 ◦ blue 145

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

Shades of Medium Violet Red #D00891

Tints of Medium Violet Red #D00891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.17%

R = 57.62%
G = 2.22%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D00891 (or 0xD00891) is known color: Medium Violet Red. HEX triplet: D0, 08 and 91. RGB value is (208,8,145). Sum of RGB (Red+Green+Blue) = 208+8+145=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 8 (3.52% from 255 or 2.22% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D00891 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00891 is #2FF76E. Grayscale: #535353. Windows color (decimal): -3143535 or 9504976. OLE color: 9504976.

HSL color Cylindrical-coordinate representation of color #D00891: hue angle of 318.9º 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 #D00891 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 8 145 -
CMYK 0 0.96 0.30 0.18
HSL 318.9º 0.93% 0.42% -
HSV(B) 318.9º 0.96% 0.82% -
XYZ 31.21 15.63 28.16 -
YUV 83.42 162.76 216.86 -
System Red Green Blue C M Y K H S L
Decimal 208 8 145 0 0.96 0.30 0.18 318.9 0.93 0.42
Hex D0 8 91 0 60 1E 12 13F 5D 2A
Octal 320 10 221 0 140 36 22 477 135 52
Binary 11010000 1000 10010001 0 1100000 11110 10010 100111111 1011101 101010

Color Harmonies of #D00891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00891

Black with #D00891

Text Example


Text Example

White with #D00891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00891; }

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

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

background-color css

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

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

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

border-color css

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

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

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