Html Css Color HEX #D00593 Medium Violet Red

📋 copy color: '#D00593'

red 208 ◦ green 5 ◦ blue 147

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

Shades of Medium Violet Red #D00593

Tints of Medium Violet Red #D00593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.83%

R = 57.78%
G = 1.39%
B = 40.83%

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

#D00593 (or 0xD00593) is known color: Medium Violet Red. HEX triplet: D0, 05 and 93. RGB value is (208,5,147). Sum of RGB (Red+Green+Blue) = 208+5+147=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D00593 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00593 is #2FFA6C. Grayscale: #515151. Windows color (decimal): -3144301 or 9635280. OLE color: 9635280.

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

Color convert

RGB 208 5 147 -
CMYK 0 0.98 0.29 0.18
HSL 318.03º 0.95% 0.42% -
HSV(B) 318.03º 0.98% 0.82% -
XYZ 31.33 15.63 28.97 -
YUV 81.89 164.75 217.95 -
System Red Green Blue C M Y K H S L
Decimal 208 5 147 0 0.98 0.29 0.18 318.03 0.95 0.42
Hex D0 5 93 0 62 1D 12 13E 5F 2A
Octal 320 5 223 0 142 35 22 476 137 52
Binary 11010000 101 10010011 0 1100010 11101 10010 100111110 1011111 101010

Color Harmonies of #D00593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00593

Black with #D00593

Text Example


Text Example

White with #D00593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00593; }

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

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

background-color css

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

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

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

border-color css

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

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

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