Html Css Color HEX #D60596 Medium Violet Red

📋 copy color: '#D60596'

red 214 ◦ green 5 ◦ blue 150

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

Shades of Medium Violet Red #D60596

Tints of Medium Violet Red #D60596

RGB

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

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

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

R = 57.99%
G = 1.36%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D60596 (or 0xD60596) is known color: Medium Violet Red. HEX triplet: D6, 05 and 96. RGB value is (214,5,150). Sum of RGB (Red+Green+Blue) = 214+5+150=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 5 (2.34% from 255 or 1.36% from 369); Blue value is 150 (58.98% from 255 or 40.65% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D60596 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60596 is #29FA69. Grayscale: #535353. Windows color (decimal): -2751082 or 9831894. OLE color: 9831894.

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

Color convert

RGB 214 5 150 -
CMYK 0 0.98 0.30 0.16
HSL 318.37º 0.95% 0.43% -
HSV(B) 318.37º 0.98% 0.84% -
XYZ 33.29 16.61 30.3 -
YUV 84.02 165.24 220.71 -
System Red Green Blue C M Y K H S L
Decimal 214 5 150 0 0.98 0.30 0.16 318.37 0.95 0.43
Hex D6 5 96 0 62 1E 10 13E 5F 2B
Octal 326 5 226 0 142 36 20 476 137 53
Binary 11010110 101 10010110 0 1100010 11110 10000 100111110 1011111 101011

Color Harmonies of #D60596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60596

Black with #D60596

Text Example


Text Example

White with #D60596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60596; }

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

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

background-color css

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

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

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

border-color css

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

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

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