Html Css Color HEX #D00495 Medium Violet Red

📋 copy color: '#D00495'

red 208 ◦ green 4 ◦ blue 149

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

Shades of Medium Violet Red #D00495

Tints of Medium Violet Red #D00495

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.11%

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

R = 57.62%
G = 1.11%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D00495 (or 0xD00495) is known color: Medium Violet Red. HEX triplet: D0, 04 and 95. RGB value is (208,4,149). Sum of RGB (Red+Green+Blue) = 208+4+149=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 4 (1.95% from 255 or 1.11% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D00495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00495 is #2FFB6A. Grayscale: #515151. Windows color (decimal): -3144555 or 9766096. OLE color: 9766096.

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

Color convert

RGB 208 4 149 -
CMYK 0 0.98 0.28 0.18
HSL 317.35º 0.96% 0.42% -
HSV(B) 317.35º 0.98% 0.82% -
XYZ 31.48 15.67 29.8 -
YUV 81.53 166.09 218.21 -
System Red Green Blue C M Y K H S L
Decimal 208 4 149 0 0.98 0.28 0.18 317.35 0.96 0.42
Hex D0 4 95 0 62 1C 12 13D 60 2A
Octal 320 4 225 0 142 34 22 475 140 52
Binary 11010000 100 10010101 0 1100010 11100 10010 100111101 1100000 101010

Color Harmonies of #D00495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00495

Black with #D00495

Text Example


Text Example

White with #D00495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00495; }

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

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

background-color css

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

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

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

border-color css

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

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

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