Html Css Color HEX #D60594 Medium Violet Red

📋 copy color: '#D60594'

red 214 ◦ green 5 ◦ blue 148

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

Shades of Medium Violet Red #D60594

Tints of Medium Violet Red #D60594

RGB

 RED value IS 214 (83.98% from 255) = 58.31%

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

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

R = 58.31%
G = 1.36%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D60594 (or 0xD60594) is known color: Medium Violet Red. HEX triplet: D6, 05 and 94. RGB value is (214,5,148). Sum of RGB (Red+Green+Blue) = 214+5+148=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 5 (2.34% from 255 or 1.36% from 367); Blue value is 148 (58.20% from 255 or 40.33% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D60594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60594 is #29FA6B. Grayscale: #535353. Windows color (decimal): -2751084 or 9700822. OLE color: 9700822.

HSL color Cylindrical-coordinate representation of color #D60594: hue angle of 318.95º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D60594 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 5 148 -
CMYK 0 0.98 0.31 0.16
HSL 318.95º 0.95% 0.43% -
HSV(B) 318.95º 0.98% 0.84% -
XYZ 33.13 16.54 29.46 -
YUV 83.79 164.24 220.87 -
System Red Green Blue C M Y K H S L
Decimal 214 5 148 0 0.98 0.31 0.16 318.95 0.95 0.43
Hex D6 5 94 0 62 1F 10 13F 5F 2B
Octal 326 5 224 0 142 37 20 477 137 53
Binary 11010110 101 10010100 0 1100010 11111 10000 100111111 1011111 101011

Color Harmonies of #D60594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60594

Black with #D60594

Text Example


Text Example

White with #D60594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60594; }

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

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

background-color css

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

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

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

border-color css

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

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

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