Html Css Color HEX #D7048D Medium Violet Red

📋 copy color: '#D7048D'

red 215 ◦ green 4 ◦ blue 141

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

Shades of Medium Violet Red #D7048D

Tints of Medium Violet Red #D7048D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.11%

 BLUE value IS 141 (55.47% from 255) = 39.17%

R = 59.72%
G = 1.11%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D7048D (or 0xD7048D) is known color: Medium Violet Red. HEX triplet: D7, 04 and 8D. RGB value is (215,4,141). Sum of RGB (Red+Green+Blue) = 215+4+141=360 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.72% from 360); Green value is 4 (1.95% from 255 or 1.11% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 215 - color contains mainly: red. Hex color #D7048D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7048D is #28FB72. Grayscale: #525252. Windows color (decimal): -2685811 or 9241815. OLE color: 9241815.

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

Color convert

RGB 215 4 141 -
CMYK 0 0.98 0.34 0.16
HSL 321.04º 0.96% 0.43% -
HSV(B) 321.04º 0.98% 0.84% -
XYZ 32.88 16.46 26.64 -
YUV 82.71 160.9 222.36 -
System Red Green Blue C M Y K H S L
Decimal 215 4 141 0 0.98 0.34 0.16 321.04 0.96 0.43
Hex D7 4 8D 0 62 22 10 141 60 2B
Octal 327 4 215 0 142 42 20 501 140 53
Binary 11010111 100 10001101 0 1100010 100010 10000 101000001 1100000 101011

Color Harmonies of #D7048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7048D

Black with #D7048D

Text Example


Text Example

White with #D7048D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7048D; }

 p { color: rgb(215,4,141); }

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

background-color css

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

 a { background-color: rgb(215,4,141); }

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

border-color css

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

 span { border-color: rgb(215,4,141); }

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