Html Css Color HEX #D00295 Medium Violet Red

📋 copy color: '#D00295'

red 208 ◦ green 2 ◦ blue 149

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

Shades of Medium Violet Red #D00295

Tints of Medium Violet Red #D00295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.5%

R = 57.94%
G = 0.56%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D00295 (or 0xD00295) is known color: Medium Violet Red. HEX triplet: D0, 02 and 95. RGB value is (208,2,149). Sum of RGB (Red+Green+Blue) = 208+2+149=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 2 (1.17% from 255 or 0.56% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D00295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00295 is #2FFD6A. Grayscale: #4F4F4F. Windows color (decimal): -3145067 or 9765584. OLE color: 9765584.

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

Color convert

RGB 208 2 149 -
CMYK 0 0.99 0.28 0.18
HSL 317.18º 0.98% 0.41% -
HSV(B) 317.18º 0.99% 0.82% -
XYZ 31.46 15.62 29.79 -
YUV 80.35 166.75 219.05 -
System Red Green Blue C M Y K H S L
Decimal 208 2 149 0 0.99 0.28 0.18 317.18 0.98 0.41
Hex D0 2 95 0 63 1C 12 13D 62 29
Octal 320 2 225 0 143 34 22 475 142 51
Binary 11010000 10 10010101 0 1100011 11100 10010 100111101 1100010 101001

Color Harmonies of #D00295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00295

Black with #D00295

Text Example


Text Example

White with #D00295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00295; }

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

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

background-color css

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

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

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

border-color css

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

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

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