Html Css Color HEX #D5588C Mulberry

📋 copy color: '#D5588C'

red 213 ◦ green 88 ◦ blue 140

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

Shades of Mulberry #D5588C

Tints of Mulberry #D5588C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.75%

R = 48.3%
G = 19.95%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5588C (or 0xD5588C) is known color: Mulberry. HEX triplet: D5, 58 and 8C. RGB value is (213,88,140). Sum of RGB (Red+Green+Blue) = 213+88+140=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D5588C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5588C is #2AA773. Grayscale: #838383. Windows color (decimal): -2795380 or 9197781. OLE color: 9197781.

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

Color convert

RGB 213 88 140 -
CMYK 0 0.59 0.34 0.16
HSL 335.04º 0.6% 0.59% -
HSV(B) 335.04º 0.59% 0.84% -
XYZ 35.66 23.02 27.37 -
YUV 131.3 132.91 186.27 -
System Red Green Blue C M Y K H S L
Decimal 213 88 140 0 0.59 0.34 0.16 335.04 0.6 0.59
Hex D5 58 8C 0 3B 22 10 14F 3C 3B
Octal 325 130 214 0 73 42 20 517 74 73
Binary 11010101 1011000 10001100 0 111011 100010 10000 101001111 111100 111011

Color Harmonies of #D5588C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5588C

Black with #D5588C

Text Example


Text Example

White with #D5588C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5588C; }

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

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

background-color css

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

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

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

border-color css

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

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

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