Html Css Color HEX #D00594 Medium Violet Red

📋 copy color: '#D00594'

red 208 ◦ green 5 ◦ blue 148

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

Shades of Medium Violet Red #D00594

Tints of Medium Violet Red #D00594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41%

R = 57.62%
G = 1.39%
B = 41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D00594 (or 0xD00594) is known color: Medium Violet Red. HEX triplet: D0, 05 and 94. RGB value is (208,5,148). Sum of RGB (Red+Green+Blue) = 208+5+148=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 148 (58.20% from 255 or 41.00% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D00594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00594 is #2FFA6B. Grayscale: #515151. Windows color (decimal): -3144300 or 9700816. OLE color: 9700816.

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

Color convert

RGB 208 5 148 -
CMYK 0 0.98 0.29 0.18
HSL 317.73º 0.95% 0.42% -
HSV(B) 317.73º 0.98% 0.82% -
XYZ 31.41 15.66 29.38 -
YUV 82 165.25 217.87 -
System Red Green Blue C M Y K H S L
Decimal 208 5 148 0 0.98 0.29 0.18 317.73 0.95 0.42
Hex D0 5 94 0 62 1D 12 13E 5F 2A
Octal 320 5 224 0 142 35 22 476 137 52
Binary 11010000 101 10010100 0 1100010 11101 10010 100111110 1011111 101010

Color Harmonies of #D00594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00594

Black with #D00594

Text Example


Text Example

White with #D00594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00594; }

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

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

background-color css

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

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

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

border-color css

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

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

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