Html Css Color HEX #D4078D Medium Violet Red

📋 copy color: '#D4078D'

red 212 ◦ green 7 ◦ blue 141

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

Shades of Medium Violet Red #D4078D

Tints of Medium Violet Red #D4078D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.17%

R = 58.89%
G = 1.94%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D4078D (or 0xD4078D) is known color: Medium Violet Red. HEX triplet: D4, 07 and 8D. RGB value is (212,7,141). Sum of RGB (Red+Green+Blue) = 212+7+141=360 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.89% from 360); Green value is 7 (3.12% from 255 or 1.94% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 212 - color contains mainly: red. Hex color #D4078D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4078D is #2BF872. Grayscale: #535353. Windows color (decimal): -2881651 or 9242580. OLE color: 9242580.

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

Color convert

RGB 212 7 141 -
CMYK 0 0.97 0.33 0.17
HSL 320.78º 0.94% 0.43% -
HSV(B) 320.78º 0.97% 0.83% -
XYZ 32.04 16.07 26.61 -
YUV 83.57 160.42 219.6 -
System Red Green Blue C M Y K H S L
Decimal 212 7 141 0 0.97 0.33 0.17 320.78 0.94 0.43
Hex D4 7 8D 0 61 21 11 141 5E 2B
Octal 324 7 215 0 141 41 21 501 136 53
Binary 11010100 111 10001101 0 1100001 100001 10001 101000001 1011110 101011

Color Harmonies of #D4078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4078D

Black with #D4078D

Text Example


Text Example

White with #D4078D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4078D; }

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

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

background-color css

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

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

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

border-color css

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

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

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