Html Css Color HEX #D7048C Medium Violet Red

📋 copy color: '#D7048C'

red 215 ◦ green 4 ◦ blue 140

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

Shades of Medium Violet Red #D7048C

Tints of Medium Violet Red #D7048C

RGB

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

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

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

R = 59.89%
G = 1.11%
B = 39%

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

#D7048C (or 0xD7048C) is known color: Medium Violet Red. HEX triplet: D7, 04 and 8C. RGB value is (215,4,140). Sum of RGB (Red+Green+Blue) = 215+4+140=359 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.89% from 359); Green value is 4 (1.95% from 255 or 1.11% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 215 - color contains mainly: red. Hex color #D7048C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7048C is #28FB73. Grayscale: #525252. Windows color (decimal): -2685812 or 9176279. OLE color: 9176279.

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

Color convert

RGB 215 4 140 -
CMYK 0 0.98 0.35 0.16
HSL 321.33º 0.96% 0.43% -
HSV(B) 321.33º 0.98% 0.84% -
XYZ 32.8 16.43 26.25 -
YUV 82.59 160.4 222.44 -
System Red Green Blue C M Y K H S L
Decimal 215 4 140 0 0.98 0.35 0.16 321.33 0.96 0.43
Hex D7 4 8C 0 62 23 10 141 60 2B
Octal 327 4 214 0 142 43 20 501 140 53
Binary 11010111 100 10001100 0 1100010 100011 10000 101000001 1100000 101011

Color Harmonies of #D7048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7048C

Black with #D7048C

Text Example


Text Example

White with #D7048C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7048C; }

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

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

background-color css

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

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

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

border-color css

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

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

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