Html Css Color HEX #D4078F Medium Violet Red

📋 copy color: '#D4078F'

red 212 ◦ green 7 ◦ blue 143

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

Shades of Medium Violet Red #D4078F

Tints of Medium Violet Red #D4078F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.5%

R = 58.56%
G = 1.93%
B = 39.5%

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

#D4078F (or 0xD4078F) is known color: Medium Violet Red. HEX triplet: D4, 07 and 8F. RGB value is (212,7,143). Sum of RGB (Red+Green+Blue) = 212+7+143=362 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.56% from 362); Green value is 7 (3.12% from 255 or 1.93% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 212 - color contains mainly: red. Hex color #D4078F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4078F is #2BF870. Grayscale: #535353. Windows color (decimal): -2881649 or 9373652. OLE color: 9373652.

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

Color convert

RGB 212 7 143 -
CMYK 0 0.97 0.33 0.17
HSL 320.2º 0.94% 0.43% -
HSV(B) 320.2º 0.97% 0.83% -
XYZ 32.19 16.13 27.4 -
YUV 83.8 161.42 219.44 -
System Red Green Blue C M Y K H S L
Decimal 212 7 143 0 0.97 0.33 0.17 320.2 0.94 0.43
Hex D4 7 8F 0 61 21 11 140 5E 2B
Octal 324 7 217 0 141 41 21 500 136 53
Binary 11010100 111 10001111 0 1100001 100001 10001 101000000 1011110 101011

Color Harmonies of #D4078F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4078F

Black with #D4078F

Text Example


Text Example

White with #D4078F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4078F; }

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

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

background-color css

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

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

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

border-color css

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

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

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