Html Css Color HEX #D00197 Medium Violet Red

📋 copy color: '#D00197'

red 208 ◦ green 1 ◦ blue 151

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

Shades of Medium Violet Red #D00197

Tints of Medium Violet Red #D00197

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 57.78%
G = 0.28%
B = 41.94%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D00197 (or 0xD00197) is known color: Medium Violet Red. HEX triplet: D0, 01 and 97. RGB value is (208,1,151). Sum of RGB (Red+Green+Blue) = 208+1+151=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 151 (59.38% from 255 or 41.94% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D00197 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00197 is #2FFE68. Grayscale: #4F4F4F. Windows color (decimal): -3145321 or 9896400. OLE color: 9896400.

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

Color convert

RGB 208 1 151 -
CMYK 0 1.00 0.27 0.18
HSL 316.52º 0.99% 0.41% -
HSV(B) 316.52º 1% 0.82% -
XYZ 31.61 15.67 30.64 -
YUV 79.99 168.08 219.3 -
System Red Green Blue C M Y K H S L
Decimal 208 1 151 0 1.00 0.27 0.18 316.52 0.99 0.41
Hex D0 1 97 0 64 1B 12 13D 63 29
Octal 320 1 227 0 144 33 22 475 143 51
Binary 11010000 1 10010111 0 1100100 11011 10010 100111101 1100011 101001

Color Harmonies of #D00197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00197

Black with #D00197

Text Example


Text Example

White with #D00197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00197; }

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

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

background-color css

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

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

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

border-color css

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

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

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