Html Css Color HEX #D5518D Mulberry

📋 copy color: '#D5518D'

red 213 ◦ green 81 ◦ blue 141

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

Shades of Mulberry #D5518D

Tints of Mulberry #D5518D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.41%

R = 48.97%
G = 18.62%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5518D (or 0xD5518D) is known color: Mulberry. HEX triplet: D5, 51 and 8D. RGB value is (213,81,141). Sum of RGB (Red+Green+Blue) = 213+81+141=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D5518D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5518D is #2AAE72. Grayscale: #7F7F7F. Windows color (decimal): -2797171 or 9261525. OLE color: 9261525.

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

Color convert

RGB 213 81 141 -
CMYK 0 0.62 0.34 0.16
HSL 332.73º 0.61% 0.58% -
HSV(B) 332.73º 0.62% 0.84% -
XYZ 35.19 21.95 27.58 -
YUV 127.31 135.73 189.12 -
System Red Green Blue C M Y K H S L
Decimal 213 81 141 0 0.62 0.34 0.16 332.73 0.61 0.58
Hex D5 51 8D 0 3E 22 10 14D 3D 3A
Octal 325 121 215 0 76 42 20 515 75 72
Binary 11010101 1010001 10001101 0 111110 100010 10000 101001101 111101 111010

Color Harmonies of #D5518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5518D

Black with #D5518D

Text Example


Text Example

White with #D5518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5518D; }

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

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

background-color css

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

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

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

border-color css

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

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

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