Html Css Color HEX #D00199 Medium Violet Red

📋 copy color: '#D00199'

red 208 ◦ green 1 ◦ blue 153

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

Shades of Medium Violet Red #D00199

Tints of Medium Violet Red #D00199

RGB

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

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

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

R = 57.46%
G = 0.28%
B = 42.27%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D00199 (or 0xD00199) is known color: Medium Violet Red. HEX triplet: D0, 01 and 99. RGB value is (208,1,153). Sum of RGB (Red+Green+Blue) = 208+1+153=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D00199 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00199 is #2FFE66. Grayscale: #4F4F4F. Windows color (decimal): -3145319 or 10027472. OLE color: 10027472.

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

Color convert

RGB 208 1 153 -
CMYK 0 1.00 0.26 0.18
HSL 315.94º 0.99% 0.41% -
HSV(B) 315.94º 1% 0.82% -
XYZ 31.77 15.73 31.5 -
YUV 80.22 169.08 219.14 -
System Red Green Blue C M Y K H S L
Decimal 208 1 153 0 1.00 0.26 0.18 315.94 0.99 0.41
Hex D0 1 99 0 64 1A 12 13C 63 29
Octal 320 1 231 0 144 32 22 474 143 51
Binary 11010000 1 10011001 0 1100100 11010 10010 100111100 1100011 101001

Color Harmonies of #D00199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00199

Black with #D00199

Text Example


Text Example

White with #D00199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00199; }

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

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

background-color css

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

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

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

border-color css

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

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

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