Html Css Color HEX #D00596 Medium Violet Red

📋 copy color: '#D00596'

red 208 ◦ green 5 ◦ blue 150

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

Shades of Medium Violet Red #D00596

Tints of Medium Violet Red #D00596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 41.32%

R = 57.3%
G = 1.38%
B = 41.32%

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

#D00596 (or 0xD00596) is known color: Medium Violet Red. HEX triplet: D0, 05 and 96. RGB value is (208,5,150). Sum of RGB (Red+Green+Blue) = 208+5+150=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D00596 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00596 is #2FFA69. Grayscale: #515151. Windows color (decimal): -3144298 or 9831888. OLE color: 9831888.

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

Color convert

RGB 208 5 150 -
CMYK 0 0.98 0.28 0.18
HSL 317.14º 0.95% 0.42% -
HSV(B) 317.14º 0.98% 0.82% -
XYZ 31.57 15.72 30.22 -
YUV 82.23 166.25 217.71 -
System Red Green Blue C M Y K H S L
Decimal 208 5 150 0 0.98 0.28 0.18 317.14 0.95 0.42
Hex D0 5 96 0 62 1C 12 13D 5F 2A
Octal 320 5 226 0 142 34 22 475 137 52
Binary 11010000 101 10010110 0 1100010 11100 10010 100111101 1011111 101010

Color Harmonies of #D00596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00596

Black with #D00596

Text Example


Text Example

White with #D00596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00596; }

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

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

background-color css

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

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

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

border-color css

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

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

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