Html Css Color HEX #D7058A Medium Violet Red

📋 copy color: '#D7058A'

red 215 ◦ green 5 ◦ blue 138

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

Shades of Medium Violet Red #D7058A

Tints of Medium Violet Red #D7058A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.55%

R = 60.06%
G = 1.4%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D7058A (or 0xD7058A) is known color: Medium Violet Red. HEX triplet: D7, 05 and 8A. RGB value is (215,5,138). Sum of RGB (Red+Green+Blue) = 215+5+138=358 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.06% from 358); Green value is 5 (2.34% from 255 or 1.40% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 215 - color contains mainly: red. Hex color #D7058A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7058A is #28FA75. Grayscale: #525252. Windows color (decimal): -2685558 or 9045463. OLE color: 9045463.

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

Color convert

RGB 215 5 138 -
CMYK 0 0.98 0.36 0.16
HSL 322º 0.95% 0.43% -
HSV(B) 322º 0.98% 0.84% -
XYZ 32.67 16.39 25.49 -
YUV 82.95 159.07 222.19 -
System Red Green Blue C M Y K H S L
Decimal 215 5 138 0 0.98 0.36 0.16 322 0.95 0.43
Hex D7 5 8A 0 62 24 10 142 5F 2B
Octal 327 5 212 0 142 44 20 502 137 53
Binary 11010111 101 10001010 0 1100010 100100 10000 101000010 1011111 101011

Color Harmonies of #D7058A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7058A

Black with #D7058A

Text Example


Text Example

White with #D7058A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7058A; }

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

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

background-color css

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

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

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

border-color css

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

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

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