Html Css Color HEX #D00894 Medium Violet Red

📋 copy color: '#D00894'

red 208 ◦ green 8 ◦ blue 148

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

Shades of Medium Violet Red #D00894

Tints of Medium Violet Red #D00894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 40.66%

R = 57.14%
G = 2.2%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D00894 (or 0xD00894) is known color: Medium Violet Red. HEX triplet: D0, 08 and 94. RGB value is (208,8,148). Sum of RGB (Red+Green+Blue) = 208+8+148=364 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.14% from 364); Green value is 8 (3.52% from 255 or 2.20% from 364); Blue value is 148 (58.20% from 255 or 40.66% from 364); Max value from RGB is 208 - color contains mainly: red. Hex color #D00894 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00894 is #2FF76B. Grayscale: #535353. Windows color (decimal): -3143532 or 9701584. OLE color: 9701584.

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

Color convert

RGB 208 8 148 -
CMYK 0 0.96 0.29 0.18
HSL 318º 0.93% 0.42% -
HSV(B) 318º 0.96% 0.82% -
XYZ 31.44 15.72 29.39 -
YUV 83.76 164.26 216.62 -
System Red Green Blue C M Y K H S L
Decimal 208 8 148 0 0.96 0.29 0.18 318 0.93 0.42
Hex D0 8 94 0 60 1D 12 13E 5D 2A
Octal 320 10 224 0 140 35 22 476 135 52
Binary 11010000 1000 10010100 0 1100000 11101 10010 100111110 1011101 101010

Color Harmonies of #D00894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00894

Black with #D00894

Text Example


Text Example

White with #D00894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00894; }

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

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

background-color css

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

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

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

border-color css

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

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

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