Html Css Color HEX #D5048F Medium Violet Red

📋 copy color: '#D5048F'

red 213 ◦ green 4 ◦ blue 143

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

Shades of Medium Violet Red #D5048F

Tints of Medium Violet Red #D5048F

RGB

 RED value IS 213 (83.59% from 255) = 59.17%

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

 BLUE value IS 143 (56.25% from 255) = 39.72%

R = 59.17%
G = 1.11%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5048F (or 0xD5048F) is known color: Medium Violet Red. HEX triplet: D5, 04 and 8F. RGB value is (213,4,143). Sum of RGB (Red+Green+Blue) = 213+4+143=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 4 (1.95% from 255 or 1.11% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D5048F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5048F is #2AFB70. Grayscale: #515151. Windows color (decimal): -2816881 or 9372885. OLE color: 9372885.

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

Color convert

RGB 213 4 143 -
CMYK 0 0.98 0.33 0.16
HSL 320.1º 0.96% 0.43% -
HSV(B) 320.1º 0.98% 0.84% -
XYZ 32.44 16.22 27.41 -
YUV 82.34 162.24 221.2 -
System Red Green Blue C M Y K H S L
Decimal 213 4 143 0 0.98 0.33 0.16 320.1 0.96 0.43
Hex D5 4 8F 0 62 21 10 140 60 2B
Octal 325 4 217 0 142 41 20 500 140 53
Binary 11010101 100 10001111 0 1100010 100001 10000 101000000 1100000 101011

Color Harmonies of #D5048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5048F

Black with #D5048F

Text Example


Text Example

White with #D5048F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5048F; }

 p { color: rgb(213,4,143); }

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

background-color css

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

 a { background-color: rgb(213,4,143); }

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

border-color css

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

 span { border-color: rgb(213,4,143); }

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