Html Css Color HEX #D40977 Medium Violet Red

📋 copy color: '#D40977'

red 212 ◦ green 9 ◦ blue 119

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

Shades of Medium Violet Red #D40977

Tints of Medium Violet Red #D40977

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.65%

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

R = 62.35%
G = 2.65%
B = 35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D40977 (or 0xD40977) is known color: Medium Violet Red. HEX triplet: D4, 09 and 77. RGB value is (212,9,119). Sum of RGB (Red+Green+Blue) = 212+9+119=340 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.35% from 340); Green value is 9 (3.91% from 255 or 2.65% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 212 - color contains mainly: red. Hex color #D40977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40977 is #2BF688. Grayscale: #525252. Windows color (decimal): -2881161 or 7801300. OLE color: 7801300.

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

Color convert

RGB 212 9 119 -
CMYK 0 0.96 0.44 0.17
HSL 327.49º 0.92% 0.43% -
HSV(B) 327.49º 0.96% 0.83% -
XYZ 30.58 15.52 18.84 -
YUV 82.24 148.75 220.56 -
System Red Green Blue C M Y K H S L
Decimal 212 9 119 0 0.96 0.44 0.17 327.49 0.92 0.43
Hex D4 9 77 0 60 2C 11 147 5C 2B
Octal 324 11 167 0 140 54 21 507 134 53
Binary 11010100 1001 1110111 0 1100000 101100 10001 101000111 1011100 101011

Color Harmonies of #D40977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40977

Black with #D40977

Text Example


Text Example

White with #D40977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40977; }

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

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

background-color css

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

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

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

border-color css

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

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

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