Html Css Color HEX #D00994 Medium Violet Red

📋 copy color: '#D00994'

red 208 ◦ green 9 ◦ blue 148

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

Shades of Medium Violet Red #D00994

Tints of Medium Violet Red #D00994

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.47%

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

R = 56.99%
G = 2.47%
B = 40.55%

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

#D00994 (or 0xD00994) is known color: Medium Violet Red. HEX triplet: D0, 09 and 94. RGB value is (208,9,148). Sum of RGB (Red+Green+Blue) = 208+9+148=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 9 (3.91% from 255 or 2.47% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D00994 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00994 is #2FF66B. Grayscale: #535353. Windows color (decimal): -3143276 or 9701840. OLE color: 9701840.

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

Color convert

RGB 208 9 148 -
CMYK 0 0.96 0.29 0.18
HSL 318.09º 0.92% 0.43% -
HSV(B) 318.09º 0.96% 0.82% -
XYZ 31.46 15.74 29.4 -
YUV 84.35 163.93 216.2 -
System Red Green Blue C M Y K H S L
Decimal 208 9 148 0 0.96 0.29 0.18 318.09 0.92 0.43
Hex D0 9 94 0 60 1D 12 13E 5C 2B
Octal 320 11 224 0 140 35 22 476 134 53
Binary 11010000 1001 10010100 0 1100000 11101 10010 100111110 1011100 101011

Color Harmonies of #D00994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00994

Black with #D00994

Text Example


Text Example

White with #D00994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00994; }

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

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

background-color css

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

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

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

border-color css

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

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

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