Html Css Color HEX #D8048E Medium Violet Red

📋 copy color: '#D8048E'

red 216 ◦ green 4 ◦ blue 142

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

Shades of Medium Violet Red #D8048E

Tints of Medium Violet Red #D8048E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 39.23%

R = 59.67%
G = 1.1%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D8048E (or 0xD8048E) is known color: Medium Violet Red. HEX triplet: D8, 04 and 8E. RGB value is (216,4,142). Sum of RGB (Red+Green+Blue) = 216+4+142=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 4 (1.95% from 255 or 1.10% from 362); Blue value is 142 (55.86% from 255 or 39.23% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D8048E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8048E is #27FB71. Grayscale: #525252. Windows color (decimal): -2620274 or 9307352. OLE color: 9307352.

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

Color convert

RGB 216 4 142 -
CMYK 0 0.98 0.34 0.15
HSL 320.94º 0.96% 0.43% -
HSV(B) 320.94º 0.98% 0.85% -
XYZ 33.24 16.64 27.05 -
YUV 83.12 161.24 222.78 -
System Red Green Blue C M Y K H S L
Decimal 216 4 142 0 0.98 0.34 0.15 320.94 0.96 0.43
Hex D8 4 8E 0 62 22 F 141 60 2B
Octal 330 4 216 0 142 42 17 501 140 53
Binary 11011000 100 10001110 0 1100010 100010 1111 101000001 1100000 101011

Color Harmonies of #D8048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8048E

Black with #D8048E

Text Example


Text Example

White with #D8048E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8048E; }

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

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

background-color css

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

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

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

border-color css

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

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

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