Html Css Color HEX #D5488B Mulberry

📋 copy color: '#D5488B'

red 213 ◦ green 72 ◦ blue 139

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

Shades of Mulberry #D5488B

Tints of Mulberry #D5488B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.78%

R = 50.24%
G = 16.98%
B = 32.78%

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

#D5488B (or 0xD5488B) is known color: Mulberry. HEX triplet: D5, 48 and 8B. RGB value is (213,72,139). Sum of RGB (Red+Green+Blue) = 213+72+139=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 72 (28.52% from 255 or 16.98% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D5488B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5488B is #2AB774. Grayscale: #797979. Windows color (decimal): -2799477 or 9128149. OLE color: 9128149.

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

Color convert

RGB 213 72 139 -
CMYK 0 0.66 0.35 0.16
HSL 331.49º 0.63% 0.56% -
HSV(B) 331.49º 0.66% 0.84% -
XYZ 34.42 20.64 26.6 -
YUV 121.8 137.71 193.05 -
System Red Green Blue C M Y K H S L
Decimal 213 72 139 0 0.66 0.35 0.16 331.49 0.63 0.56
Hex D5 48 8B 0 42 23 10 14B 3F 38
Octal 325 110 213 0 102 43 20 513 77 70
Binary 11010101 1001000 10001011 0 1000010 100011 10000 101001011 111111 111000

Color Harmonies of #D5488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5488B

Black with #D5488B

Text Example


Text Example

White with #D5488B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5488B; }

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

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

background-color css

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

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

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

border-color css

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

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

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