Html Css Color HEX #D5488A Mulberry

📋 copy color: '#D5488A'

red 213 ◦ green 72 ◦ blue 138

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

Shades of Mulberry #D5488A

Tints of Mulberry #D5488A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.02%

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

R = 50.35%
G = 17.02%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5488A (or 0xD5488A) is known color: Mulberry. HEX triplet: D5, 48 and 8A. RGB value is (213,72,138). Sum of RGB (Red+Green+Blue) = 213+72+138=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 72 (28.52% from 255 or 17.02% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D5488A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5488A is #2AB775. Grayscale: #797979. Windows color (decimal): -2799478 or 9062613. OLE color: 9062613.

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

Color convert

RGB 213 72 138 -
CMYK 0 0.66 0.35 0.16
HSL 331.91º 0.63% 0.56% -
HSV(B) 331.91º 0.66% 0.84% -
XYZ 34.35 20.62 26.21 -
YUV 121.68 137.21 193.13 -
System Red Green Blue C M Y K H S L
Decimal 213 72 138 0 0.66 0.35 0.16 331.91 0.63 0.56
Hex D5 48 8A 0 42 23 10 14C 3F 38
Octal 325 110 212 0 102 43 20 514 77 70
Binary 11010101 1001000 10001010 0 1000010 100011 10000 101001100 111111 111000

Color Harmonies of #D5488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5488A

Black with #D5488A

Text Example


Text Example

White with #D5488A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5488A; }

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

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

background-color css

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

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

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

border-color css

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

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

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