Html Css Color HEX #D8048A Medium Violet Red

📋 copy color: '#D8048A'

red 216 ◦ green 4 ◦ blue 138

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

Shades of Medium Violet Red #D8048A

Tints of Medium Violet Red #D8048A

RGB

 RED value IS 216 (84.77% from 255) = 60.34%

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

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

R = 60.34%
G = 1.12%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8048A (or 0xD8048A) is known color: Medium Violet Red. HEX triplet: D8, 04 and 8A. RGB value is (216,4,138). Sum of RGB (Red+Green+Blue) = 216+4+138=358 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.34% from 358); Green value is 4 (1.95% from 255 or 1.12% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 216 - color contains mainly: red. Hex color #D8048A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8048A is #27FB75. Grayscale: #525252. Windows color (decimal): -2620278 or 9045208. OLE color: 9045208.

HSL color Cylindrical-coordinate representation of color #D8048A: hue angle of 322.08º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D8048A is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 4 138 -
CMYK 0 0.98 0.36 0.15
HSL 322.08º 0.96% 0.43% -
HSV(B) 322.08º 0.98% 0.85% -
XYZ 32.95 16.52 25.5 -
YUV 82.66 159.24 223.1 -
System Red Green Blue C M Y K H S L
Decimal 216 4 138 0 0.98 0.36 0.15 322.08 0.96 0.43
Hex D8 4 8A 0 62 24 F 142 60 2B
Octal 330 4 212 0 142 44 17 502 140 53
Binary 11011000 100 10001010 0 1100010 100100 1111 101000010 1100000 101011

Color Harmonies of #D8048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8048A

Black with #D8048A

Text Example


Text Example

White with #D8048A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8048A; }

 p { color: rgb(216,4,138); }

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

background-color css

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

 a { background-color: rgb(216,4,138); }

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

border-color css

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

 span { border-color: rgb(216,4,138); }

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