Html Css Color HEX #D00997 Medium Violet Red

📋 copy color: '#D00997'

red 208 ◦ green 9 ◦ blue 151

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

Shades of Medium Violet Red #D00997

Tints of Medium Violet Red #D00997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 41.03%

R = 56.52%
G = 2.45%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D00997 (or 0xD00997) is known color: Medium Violet Red. HEX triplet: D0, 09 and 97. RGB value is (208,9,151). Sum of RGB (Red+Green+Blue) = 208+9+151=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 9 (3.91% from 255 or 2.45% from 368); Blue value is 151 (59.38% from 255 or 41.03% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D00997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00997 is #2FF668. Grayscale: #545454. Windows color (decimal): -3143273 or 9898448. OLE color: 9898448.

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

Color convert

RGB 208 9 151 -
CMYK 0 0.96 0.27 0.18
HSL 317.19º 0.92% 0.43% -
HSV(B) 317.19º 0.96% 0.82% -
XYZ 31.7 15.84 30.66 -
YUV 84.69 165.43 215.95 -
System Red Green Blue C M Y K H S L
Decimal 208 9 151 0 0.96 0.27 0.18 317.19 0.92 0.43
Hex D0 9 97 0 60 1B 12 13D 5C 2B
Octal 320 11 227 0 140 33 22 475 134 53
Binary 11010000 1001 10010111 0 1100000 11011 10010 100111101 1011100 101011

Color Harmonies of #D00997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00997

Black with #D00997

Text Example


Text Example

White with #D00997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00997; }

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

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

background-color css

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

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

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

border-color css

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

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

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