Html Css Color HEX #D4077C Medium Violet Red

📋 copy color: '#D4077C'

red 212 ◦ green 7 ◦ blue 124

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

Shades of Medium Violet Red #D4077C

Tints of Medium Violet Red #D4077C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.04%

 BLUE value IS 124 (48.83% from 255) = 36.15%

R = 61.81%
G = 2.04%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D4077C (or 0xD4077C) is known color: Medium Violet Red. HEX triplet: D4, 07 and 7C. RGB value is (212,7,124). Sum of RGB (Red+Green+Blue) = 212+7+124=343 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.81% from 343); Green value is 7 (3.12% from 255 or 2.04% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 212 - color contains mainly: red. Hex color #D4077C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4077C is #2BF883. Grayscale: #515151. Windows color (decimal): -2881668 or 8128468. OLE color: 8128468.

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

Color convert

RGB 212 7 124 -
CMYK 0 0.97 0.42 0.17
HSL 325.76º 0.94% 0.43% -
HSV(B) 325.76º 0.97% 0.83% -
XYZ 30.87 15.6 20.45 -
YUV 81.63 151.92 220.99 -
System Red Green Blue C M Y K H S L
Decimal 212 7 124 0 0.97 0.42 0.17 325.76 0.94 0.43
Hex D4 7 7C 0 61 2A 11 146 5E 2B
Octal 324 7 174 0 141 52 21 506 136 53
Binary 11010100 111 1111100 0 1100001 101010 10001 101000110 1011110 101011

Color Harmonies of #D4077C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4077C

Black with #D4077C

Text Example


Text Example

White with #D4077C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4077C; }

 p { color: rgb(212,7,124); }

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

background-color css

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

 a { background-color: rgb(212,7,124); }

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

border-color css

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

 span { border-color: rgb(212,7,124); }

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