Html Css Color HEX #D40598 Medium Violet Red

📋 copy color: '#D40598'

red 212 ◦ green 5 ◦ blue 152

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

Shades of Medium Violet Red #D40598

Tints of Medium Violet Red #D40598

RGB

 RED value IS 212 (83.2% from 255) = 57.45%

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

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

R = 57.45%
G = 1.36%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#D40598 (or 0xD40598) is known color: Medium Violet Red. HEX triplet: D4, 05 and 98. RGB value is (212,5,152). Sum of RGB (Red+Green+Blue) = 212+5+152=369 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.45% from 369); Green value is 5 (2.34% from 255 or 1.36% from 369); Blue value is 152 (59.77% from 255 or 41.19% from 369); Max value from RGB is 212 - color contains mainly: red. Hex color #D40598 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40598 is #2BFA67. Grayscale: #535353. Windows color (decimal): -2882152 or 9962964. OLE color: 9962964.

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

Color convert

RGB 212 5 152 -
CMYK 0 0.98 0.28 0.17
HSL 317.39º 0.95% 0.43% -
HSV(B) 317.39º 0.98% 0.83% -
XYZ 32.87 16.37 31.13 -
YUV 83.65 166.58 219.55 -
System Red Green Blue C M Y K H S L
Decimal 212 5 152 0 0.98 0.28 0.17 317.39 0.95 0.43
Hex D4 5 98 0 62 1C 11 13D 5F 2B
Octal 324 5 230 0 142 34 21 475 137 53
Binary 11010100 101 10011000 0 1100010 11100 10001 100111101 1011111 101011

Color Harmonies of #D40598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40598

Black with #D40598

Text Example


Text Example

White with #D40598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40598; }

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

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

background-color css

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

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

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

border-color css

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

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

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