Html Css Color HEX #D5518A Mulberry

📋 copy color: '#D5518A'

red 213 ◦ green 81 ◦ blue 138

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

Shades of Mulberry #D5518A

Tints of Mulberry #D5518A

RGB

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

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

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

R = 49.31%
G = 18.75%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5518A (or 0xD5518A) is known color: Mulberry. HEX triplet: D5, 51 and 8A. RGB value is (213,81,138). Sum of RGB (Red+Green+Blue) = 213+81+138=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 81 (32.03% from 255 or 18.75% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D5518A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5518A is #2AAE75. Grayscale: #7E7E7E. Windows color (decimal): -2797174 or 9064917. OLE color: 9064917.

HSL color Cylindrical-coordinate representation of color #D5518A: hue angle of 334.09º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5518A is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 81 138 -
CMYK 0 0.62 0.35 0.16
HSL 334.09º 0.61% 0.58% -
HSV(B) 334.09º 0.62% 0.84% -
XYZ 34.97 21.87 26.42 -
YUV 126.97 134.23 189.37 -
System Red Green Blue C M Y K H S L
Decimal 213 81 138 0 0.62 0.35 0.16 334.09 0.61 0.58
Hex D5 51 8A 0 3E 23 10 14E 3D 3A
Octal 325 121 212 0 76 43 20 516 75 72
Binary 11010101 1010001 10001010 0 111110 100011 10000 101001110 111101 111010

Color Harmonies of #D5518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5518A

Black with #D5518A

Text Example


Text Example

White with #D5518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5518A; }

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

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

background-color css

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

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

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

border-color css

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

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

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