Html Css Color HEX #D4518A Mulberry

📋 copy color: '#D4518A'

red 212 ◦ green 81 ◦ blue 138

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

Shades of Mulberry #D4518A

Tints of Mulberry #D4518A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.79%

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

R = 49.19%
G = 18.79%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D4518A (or 0xD4518A) is known color: Mulberry. HEX triplet: D4, 51 and 8A. RGB value is (212,81,138). Sum of RGB (Red+Green+Blue) = 212+81+138=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D4518A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4518A is #2BAE75. Grayscale: #7E7E7E. Windows color (decimal): -2862710 or 9064916. OLE color: 9064916.

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

Color convert

RGB 212 81 138 -
CMYK 0 0.62 0.35 0.17
HSL 333.89º 0.6% 0.57% -
HSV(B) 333.89º 0.62% 0.83% -
XYZ 34.68 21.72 26.41 -
YUV 126.67 134.4 188.87 -
System Red Green Blue C M Y K H S L
Decimal 212 81 138 0 0.62 0.35 0.17 333.89 0.6 0.57
Hex D4 51 8A 0 3E 23 11 14E 3C 39
Octal 324 121 212 0 76 43 21 516 74 71
Binary 11010100 1010001 10001010 0 111110 100011 10001 101001110 111100 111001

Color Harmonies of #D4518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4518A

Black with #D4518A

Text Example


Text Example

White with #D4518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4518A; }

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

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

background-color css

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

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

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

border-color css

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

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

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