Html Css Color HEX #D00497 Medium Violet Red

📋 copy color: '#D00497'

red 208 ◦ green 4 ◦ blue 151

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

Shades of Medium Violet Red #D00497

Tints of Medium Violet Red #D00497

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.1%

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

R = 57.3%
G = 1.1%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D00497 (or 0xD00497) is known color: Medium Violet Red. HEX triplet: D0, 04 and 97. RGB value is (208,4,151). Sum of RGB (Red+Green+Blue) = 208+4+151=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 4 (1.95% from 255 or 1.10% from 363); Blue value is 151 (59.38% from 255 or 41.60% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D00497 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00497 is #2FFB68. Grayscale: #515151. Windows color (decimal): -3144553 or 9897168. OLE color: 9897168.

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

Color convert

RGB 208 4 151 -
CMYK 0 0.98 0.27 0.18
HSL 316.76º 0.96% 0.42% -
HSV(B) 316.76º 0.98% 0.82% -
XYZ 31.64 15.73 30.65 -
YUV 81.75 167.09 218.05 -
System Red Green Blue C M Y K H S L
Decimal 208 4 151 0 0.98 0.27 0.18 316.76 0.96 0.42
Hex D0 4 97 0 62 1B 12 13D 60 2A
Octal 320 4 227 0 142 33 22 475 140 52
Binary 11010000 100 10010111 0 1100010 11011 10010 100111101 1100000 101010

Color Harmonies of #D00497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00497

Black with #D00497

Text Example


Text Example

White with #D00497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00497; }

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

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

background-color css

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

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

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

border-color css

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

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

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