Html Css Color HEX #D00299 Medium Violet Red

📋 copy color: '#D00299'

red 208 ◦ green 2 ◦ blue 153

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

Shades of Medium Violet Red #D00299

Tints of Medium Violet Red #D00299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 42.15%

R = 57.3%
G = 0.55%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D00299 (or 0xD00299) is known color: Medium Violet Red. HEX triplet: D0, 02 and 99. RGB value is (208,2,153). Sum of RGB (Red+Green+Blue) = 208+2+153=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D00299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00299 is #2FFD66. Grayscale: #505050. Windows color (decimal): -3145063 or 10027728. OLE color: 10027728.

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

Color convert

RGB 208 2 153 -
CMYK 0 0.99 0.26 0.18
HSL 316.02º 0.98% 0.41% -
HSV(B) 316.02º 0.99% 0.82% -
XYZ 31.78 15.75 31.5 -
YUV 80.81 168.75 218.72 -
System Red Green Blue C M Y K H S L
Decimal 208 2 153 0 0.99 0.26 0.18 316.02 0.98 0.41
Hex D0 2 99 0 63 1A 12 13C 62 29
Octal 320 2 231 0 143 32 22 474 142 51
Binary 11010000 10 10011001 0 1100011 11010 10010 100111100 1100010 101001

Color Harmonies of #D00299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00299

Black with #D00299

Text Example


Text Example

White with #D00299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00299; }

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

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

background-color css

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

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

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

border-color css

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

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

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