Html Css Color HEX #D7058C Medium Violet Red

📋 copy color: '#D7058C'

red 215 ◦ green 5 ◦ blue 140

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

Shades of Medium Violet Red #D7058C

Tints of Medium Violet Red #D7058C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.89%

R = 59.72%
G = 1.39%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D7058C (or 0xD7058C) is known color: Medium Violet Red. HEX triplet: D7, 05 and 8C. RGB value is (215,5,140). Sum of RGB (Red+Green+Blue) = 215+5+140=360 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.72% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 215 - color contains mainly: red. Hex color #D7058C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7058C is #28FA73. Grayscale: #525252. Windows color (decimal): -2685556 or 9176535. OLE color: 9176535.

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

Color convert

RGB 215 5 140 -
CMYK 0 0.98 0.35 0.16
HSL 321.43º 0.95% 0.43% -
HSV(B) 321.43º 0.98% 0.84% -
XYZ 32.81 16.45 26.26 -
YUV 83.18 160.07 222.02 -
System Red Green Blue C M Y K H S L
Decimal 215 5 140 0 0.98 0.35 0.16 321.43 0.95 0.43
Hex D7 5 8C 0 62 23 10 141 5F 2B
Octal 327 5 214 0 142 43 20 501 137 53
Binary 11010111 101 10001100 0 1100010 100011 10000 101000001 1011111 101011

Color Harmonies of #D7058C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7058C

Black with #D7058C

Text Example


Text Example

White with #D7058C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7058C; }

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

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

background-color css

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

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

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

border-color css

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

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

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