Html Css Color HEX #D7057D Medium Violet Red

📋 copy color: '#D7057D'

red 215 ◦ green 5 ◦ blue 125

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

Shades of Medium Violet Red #D7057D

Tints of Medium Violet Red #D7057D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.23%

R = 62.32%
G = 1.45%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D7057D (or 0xD7057D) is known color: Medium Violet Red. HEX triplet: D7, 05 and 7D. RGB value is (215,5,125). Sum of RGB (Red+Green+Blue) = 215+5+125=345 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.32% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 215 - color contains mainly: red. Hex color #D7057D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7057D is #28FA82. Grayscale: #515151. Windows color (decimal): -2685571 or 8193495. OLE color: 8193495.

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

Color convert

RGB 215 5 125 -
CMYK 0 0.98 0.42 0.16
HSL 325.71º 0.95% 0.43% -
HSV(B) 325.71º 0.98% 0.84% -
XYZ 31.78 16.04 20.82 -
YUV 81.47 152.57 223.24 -
System Red Green Blue C M Y K H S L
Decimal 215 5 125 0 0.98 0.42 0.16 325.71 0.95 0.43
Hex D7 5 7D 0 62 2A 10 146 5F 2B
Octal 327 5 175 0 142 52 20 506 137 53
Binary 11010111 101 1111101 0 1100010 101010 10000 101000110 1011111 101011

Color Harmonies of #D7057D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7057D

Black with #D7057D

Text Example


Text Example

White with #D7057D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7057D; }

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

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

background-color css

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

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

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

border-color css

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

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

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