Html Css Color HEX #D00595 Medium Violet Red

📋 copy color: '#D00595'

red 208 ◦ green 5 ◦ blue 149

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

Shades of Medium Violet Red #D00595

Tints of Medium Violet Red #D00595

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.38%

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

R = 57.46%
G = 1.38%
B = 41.16%

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

#D00595 (or 0xD00595) is known color: Medium Violet Red. HEX triplet: D0, 05 and 95. RGB value is (208,5,149). Sum of RGB (Red+Green+Blue) = 208+5+149=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 5 (2.34% from 255 or 1.38% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D00595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00595 is #2FFA6A. Grayscale: #515151. Windows color (decimal): -3144299 or 9766352. OLE color: 9766352.

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

Color convert

RGB 208 5 149 -
CMYK 0 0.98 0.28 0.18
HSL 317.44º 0.95% 0.42% -
HSV(B) 317.44º 0.98% 0.82% -
XYZ 31.49 15.69 29.8 -
YUV 82.11 165.75 217.79 -
System Red Green Blue C M Y K H S L
Decimal 208 5 149 0 0.98 0.28 0.18 317.44 0.95 0.42
Hex D0 5 95 0 62 1C 12 13D 5F 2A
Octal 320 5 225 0 142 34 22 475 137 52
Binary 11010000 101 10010101 0 1100010 11100 10010 100111101 1011111 101010

Color Harmonies of #D00595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00595

Black with #D00595

Text Example


Text Example

White with #D00595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00595; }

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

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

background-color css

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

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

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

border-color css

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

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

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