Html Css Color HEX #D00297 Medium Violet Red

📋 copy color: '#D00297'

red 208 ◦ green 2 ◦ blue 151

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

Shades of Medium Violet Red #D00297

Tints of Medium Violet Red #D00297

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.55%

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

R = 57.62%
G = 0.55%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D00297 (or 0xD00297) is known color: Medium Violet Red. HEX triplet: D0, 02 and 97. RGB value is (208,2,151). Sum of RGB (Red+Green+Blue) = 208+2+151=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 2 (1.17% from 255 or 0.55% from 361); Blue value is 151 (59.38% from 255 or 41.83% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D00297 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00297 is #2FFD68. Grayscale: #505050. Windows color (decimal): -3145065 or 9896656. OLE color: 9896656.

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

Color convert

RGB 208 2 151 -
CMYK 0 0.99 0.27 0.18
HSL 316.6º 0.98% 0.41% -
HSV(B) 316.6º 0.99% 0.82% -
XYZ 31.62 15.69 30.64 -
YUV 80.58 167.75 218.88 -
System Red Green Blue C M Y K H S L
Decimal 208 2 151 0 0.99 0.27 0.18 316.6 0.98 0.41
Hex D0 2 97 0 63 1B 12 13D 62 29
Octal 320 2 227 0 143 33 22 475 142 51
Binary 11010000 10 10010111 0 1100011 11011 10010 100111101 1100010 101001

Color Harmonies of #D00297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00297

Black with #D00297

Text Example


Text Example

White with #D00297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00297; }

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

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

background-color css

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

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

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

border-color css

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

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

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