Html Css Color HEX #D4048A Medium Violet Red

📋 copy color: '#D4048A'

red 212 ◦ green 4 ◦ blue 138

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

Shades of Medium Violet Red #D4048A

Tints of Medium Violet Red #D4048A

RGB

 RED value IS 212 (83.2% from 255) = 59.89%

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

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

R = 59.89%
G = 1.13%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D4048A (or 0xD4048A) is known color: Medium Violet Red. HEX triplet: D4, 04 and 8A. RGB value is (212,4,138). Sum of RGB (Red+Green+Blue) = 212+4+138=354 (46% of max value = 765). Red value is 212 (83.20% from 255 or 59.89% from 354); Green value is 4 (1.95% from 255 or 1.13% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 212 - color contains mainly: red. Hex color #D4048A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4048A is #2BFB75. Grayscale: #515151. Windows color (decimal): -2882422 or 9045204. OLE color: 9045204.

HSL color Cylindrical-coordinate representation of color #D4048A: hue angle of 321.35º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D4048A is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 4 138 -
CMYK 0 0.98 0.35 0.17
HSL 321.35º 0.96% 0.42% -
HSV(B) 321.35º 0.98% 0.83% -
XYZ 31.78 15.92 25.44 -
YUV 81.47 159.91 221.1 -
System Red Green Blue C M Y K H S L
Decimal 212 4 138 0 0.98 0.35 0.17 321.35 0.96 0.42
Hex D4 4 8A 0 62 23 11 141 60 2A
Octal 324 4 212 0 142 43 21 501 140 52
Binary 11010100 100 10001010 0 1100010 100011 10001 101000001 1100000 101010

Color Harmonies of #D4048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4048A

Black with #D4048A

Text Example


Text Example

White with #D4048A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4048A; }

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

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

background-color css

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

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

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

border-color css

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

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

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