Html Css Color HEX #D7057A Medium Violet Red

📋 copy color: '#D7057A'

red 215 ◦ green 5 ◦ blue 122

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

Shades of Medium Violet Red #D7057A

Tints of Medium Violet Red #D7057A

RGB

 RED value IS 215 (84.38% from 255) = 62.87%

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

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

R = 62.87%
G = 1.46%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D7057A (or 0xD7057A) is known color: Medium Violet Red. HEX triplet: D7, 05 and 7A. RGB value is (215,5,122). Sum of RGB (Red+Green+Blue) = 215+5+122=342 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.87% from 342); Green value is 5 (2.34% from 255 or 1.46% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 215 - color contains mainly: red. Hex color #D7057A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7057A is #28FA85. Grayscale: #505050. Windows color (decimal): -2685574 or 7996887. OLE color: 7996887.

HSL color Cylindrical-coordinate representation of color #D7057A: hue angle of 326.57º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D7057A is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 5 122 -
CMYK 0 0.98 0.43 0.16
HSL 326.57º 0.95% 0.43% -
HSV(B) 326.57º 0.98% 0.84% -
XYZ 31.59 15.96 19.83 -
YUV 81.13 151.07 223.49 -
System Red Green Blue C M Y K H S L
Decimal 215 5 122 0 0.98 0.43 0.16 326.57 0.95 0.43
Hex D7 5 7A 0 62 2B 10 147 5F 2B
Octal 327 5 172 0 142 53 20 507 137 53
Binary 11010111 101 1111010 0 1100010 101011 10000 101000111 1011111 101011

Color Harmonies of #D7057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7057A

Black with #D7057A

Text Example


Text Example

White with #D7057A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7057A; }

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

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

background-color css

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

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

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

border-color css

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

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

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