Html Css Color HEX #D00097 Medium Violet Red

📋 copy color: '#D00097'

red 208 ◦ green 0 ◦ blue 151

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

Shades of Medium Violet Red #D00097

Tints of Medium Violet Red #D00097

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.94%
G = 0%
B = 42.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D00097 (or 0xD00097) is known color: Medium Violet Red. HEX triplet: D0, 00 and 97. RGB value is (208,0,151). Sum of RGB (Red+Green+Blue) = 208+0+151=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 151 (59.38% from 255 or 42.06% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D00097 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00097 is #2FFF68. Grayscale: #4F4F4F. Windows color (decimal): -3145577 or 9896144. OLE color: 9896144.

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

Color convert

RGB 208 0 151 -
CMYK 0 1 0.27 0.18
HSL 316.44º 1% 0.41% -
HSV(B) 316.44º 1% 0.82% -
XYZ 31.6 15.64 30.63 -
YUV 79.41 168.41 219.72 -
System Red Green Blue C M Y K H S L
Decimal 208 0 151 0 1 0.27 0.18 316.44 1 0.41
Hex D0 0 97 0 64 1B 12 13C 64 29
Octal 320 0 227 0 144 33 22 474 144 51
Binary 11010000 0 10010111 0 1100100 11011 10010 100111100 1100100 101001

Color Harmonies of #D00097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00097

Black with #D00097

Text Example


Text Example

White with #D00097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00097; }

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

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

background-color css

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

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

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

border-color css

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

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

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