Html Css Color HEX #D40577 Medium Violet Red

📋 copy color: '#D40577'

red 212 ◦ green 5 ◦ blue 119

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

Shades of Medium Violet Red #D40577

Tints of Medium Violet Red #D40577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35.42%

R = 63.1%
G = 1.49%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D40577 (or 0xD40577) is known color: Medium Violet Red. HEX triplet: D4, 05 and 77. RGB value is (212,5,119). Sum of RGB (Red+Green+Blue) = 212+5+119=336 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.10% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 212 - color contains mainly: red. Hex color #D40577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40577 is #2BFA88. Grayscale: #4F4F4F. Windows color (decimal): -2882185 or 7800276. OLE color: 7800276.

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

Color convert

RGB 212 5 119 -
CMYK 0 0.98 0.44 0.17
HSL 326.96º 0.95% 0.43% -
HSV(B) 326.96º 0.98% 0.83% -
XYZ 30.54 15.44 18.82 -
YUV 79.89 150.08 222.23 -
System Red Green Blue C M Y K H S L
Decimal 212 5 119 0 0.98 0.44 0.17 326.96 0.95 0.43
Hex D4 5 77 0 62 2C 11 147 5F 2B
Octal 324 5 167 0 142 54 21 507 137 53
Binary 11010100 101 1110111 0 1100010 101100 10001 101000111 1011111 101011

Color Harmonies of #D40577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40577

Black with #D40577

Text Example


Text Example

White with #D40577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40577; }

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

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

background-color css

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

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

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

border-color css

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

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

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