Html Css Color HEX #D8048B Medium Violet Red

📋 copy color: '#D8048B'

red 216 ◦ green 4 ◦ blue 139

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

Shades of Medium Violet Red #D8048B

Tints of Medium Violet Red #D8048B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.72%

R = 60.17%
G = 1.11%
B = 38.72%

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

#D8048B (or 0xD8048B) is known color: Medium Violet Red. HEX triplet: D8, 04 and 8B. RGB value is (216,4,139). Sum of RGB (Red+Green+Blue) = 216+4+139=359 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.17% from 359); Green value is 4 (1.95% from 255 or 1.11% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 216 - color contains mainly: red. Hex color #D8048B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8048B is #27FB74. Grayscale: #525252. Windows color (decimal): -2620277 or 9110744. OLE color: 9110744.

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

Color convert

RGB 216 4 139 -
CMYK 0 0.98 0.36 0.15
HSL 321.79º 0.96% 0.43% -
HSV(B) 321.79º 0.98% 0.85% -
XYZ 33.02 16.55 25.88 -
YUV 82.78 159.74 223.02 -
System Red Green Blue C M Y K H S L
Decimal 216 4 139 0 0.98 0.36 0.15 321.79 0.96 0.43
Hex D8 4 8B 0 62 24 F 142 60 2B
Octal 330 4 213 0 142 44 17 502 140 53
Binary 11011000 100 10001011 0 1100010 100100 1111 101000010 1100000 101011

Color Harmonies of #D8048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8048B

Black with #D8048B

Text Example


Text Example

White with #D8048B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8048B; }

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

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

background-color css

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

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

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

border-color css

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

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

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