Html Css Color HEX #D60598 Medium Violet Red

📋 copy color: '#D60598'

red 214 ◦ green 5 ◦ blue 152

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

Shades of Medium Violet Red #D60598

Tints of Medium Violet Red #D60598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.97%

R = 57.68%
G = 1.35%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D60598 (or 0xD60598) is known color: Medium Violet Red. HEX triplet: D6, 05 and 98. RGB value is (214,5,152). Sum of RGB (Red+Green+Blue) = 214+5+152=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 5 (2.34% from 255 or 1.35% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D60598 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60598 is #29FA67. Grayscale: #535353. Windows color (decimal): -2751080 or 9962966. OLE color: 9962966.

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

Color convert

RGB 214 5 152 -
CMYK 0 0.98 0.29 0.16
HSL 317.8º 0.95% 0.43% -
HSV(B) 317.8º 0.98% 0.84% -
XYZ 33.45 16.67 31.16 -
YUV 84.25 166.24 220.55 -
System Red Green Blue C M Y K H S L
Decimal 214 5 152 0 0.98 0.29 0.16 317.8 0.95 0.43
Hex D6 5 98 0 62 1D 10 13E 5F 2B
Octal 326 5 230 0 142 35 20 476 137 53
Binary 11010110 101 10011000 0 1100010 11101 10000 100111110 1011111 101011

Color Harmonies of #D60598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60598

Black with #D60598

Text Example


Text Example

White with #D60598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60598; }

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

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

background-color css

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

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

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

border-color css

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

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

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