Html Css Color HEX #D5588E Mulberry

📋 copy color: '#D5588E'

red 213 ◦ green 88 ◦ blue 142

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

Shades of Mulberry #D5588E

Tints of Mulberry #D5588E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.86%

 BLUE value IS 142 (55.86% from 255) = 32.05%

R = 48.08%
G = 19.86%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5588E (or 0xD5588E) is known color: Mulberry. HEX triplet: D5, 58 and 8E. RGB value is (213,88,142). Sum of RGB (Red+Green+Blue) = 213+88+142=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D5588E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5588E is #2AA771. Grayscale: #838383. Windows color (decimal): -2795378 or 9328853. OLE color: 9328853.

HSL color Cylindrical-coordinate representation of color #D5588E: hue angle of 334.08º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D5588E is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 88 142 -
CMYK 0 0.59 0.33 0.16
HSL 334.08º 0.6% 0.59% -
HSV(B) 334.08º 0.59% 0.84% -
XYZ 35.81 23.08 28.16 -
YUV 131.53 133.91 186.11 -
System Red Green Blue C M Y K H S L
Decimal 213 88 142 0 0.59 0.33 0.16 334.08 0.6 0.59
Hex D5 58 8E 0 3B 21 10 14E 3C 3B
Octal 325 130 216 0 73 41 20 516 74 73
Binary 11010101 1011000 10001110 0 111011 100001 10000 101001110 111100 111011

Color Harmonies of #D5588E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5588E

Black with #D5588E

Text Example


Text Example

White with #D5588E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5588E; }

 p { color: rgb(213,88,142); }

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

background-color css

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

 a { background-color: rgb(213,88,142); }

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

border-color css

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

 span { border-color: rgb(213,88,142); }

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