Html Css Color HEX #D70598 Medium Violet Red

📋 copy color: '#D70598'

red 215 ◦ green 5 ◦ blue 152

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

Shades of Medium Violet Red #D70598

Tints of Medium Violet Red #D70598

RGB

 RED value IS 215 (84.38% from 255) = 57.8%

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

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

R = 57.8%
G = 1.34%
B = 40.86%

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

#D70598 (or 0xD70598) is known color: Medium Violet Red. HEX triplet: D7, 05 and 98. RGB value is (215,5,152). Sum of RGB (Red+Green+Blue) = 215+5+152=372 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.80% from 372); Green value is 5 (2.34% from 255 or 1.34% from 372); Blue value is 152 (59.77% from 255 or 40.86% from 372); Max value from RGB is 215 - color contains mainly: red. Hex color #D70598 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70598 is #28FA67. Grayscale: #545454. Windows color (decimal): -2685544 or 9962967. OLE color: 9962967.

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

Color convert

RGB 215 5 152 -
CMYK 0 0.98 0.29 0.16
HSL 318º 0.95% 0.43% -
HSV(B) 318º 0.98% 0.84% -
XYZ 33.75 16.82 31.17 -
YUV 84.55 166.07 221.05 -
System Red Green Blue C M Y K H S L
Decimal 215 5 152 0 0.98 0.29 0.16 318 0.95 0.43
Hex D7 5 98 0 62 1D 10 13E 5F 2B
Octal 327 5 230 0 142 35 20 476 137 53
Binary 11010111 101 10011000 0 1100010 11101 10000 100111110 1011111 101011

Color Harmonies of #D70598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70598

Black with #D70598

Text Example


Text Example

White with #D70598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70598; }

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

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

background-color css

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

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

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

border-color css

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

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

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