Html Css Color HEX #D4057A Medium Violet Red

📋 copy color: '#D4057A'

red 212 ◦ green 5 ◦ blue 122

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

Shades of Medium Violet Red #D4057A

Tints of Medium Violet Red #D4057A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.99%

R = 62.54%
G = 1.47%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D4057A (or 0xD4057A) is known color: Medium Violet Red. HEX triplet: D4, 05 and 7A. RGB value is (212,5,122). Sum of RGB (Red+Green+Blue) = 212+5+122=339 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.54% from 339); Green value is 5 (2.34% from 255 or 1.47% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 212 - color contains mainly: red. Hex color #D4057A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4057A is #2BFA85. Grayscale: #4F4F4F. Windows color (decimal): -2882182 or 7996884. OLE color: 7996884.

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

Color convert

RGB 212 5 122 -
CMYK 0 0.98 0.42 0.17
HSL 326.09º 0.95% 0.43% -
HSV(B) 326.09º 0.98% 0.83% -
XYZ 30.72 15.51 19.79 -
YUV 80.23 151.58 221.99 -
System Red Green Blue C M Y K H S L
Decimal 212 5 122 0 0.98 0.42 0.17 326.09 0.95 0.43
Hex D4 5 7A 0 62 2A 11 146 5F 2B
Octal 324 5 172 0 142 52 21 506 137 53
Binary 11010100 101 1111010 0 1100010 101010 10001 101000110 1011111 101011

Color Harmonies of #D4057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4057A

Black with #D4057A

Text Example


Text Example

White with #D4057A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4057A; }

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

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

background-color css

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

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

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

border-color css

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

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

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