Html Css Color HEX #D2588B Mulberry

📋 copy color: '#D2588B'

red 210 ◦ green 88 ◦ blue 139

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

Shades of Mulberry #D2588B

Tints of Mulberry #D2588B

RGB

 RED value IS 210 (82.42% from 255) = 48.05%

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

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

R = 48.05%
G = 20.14%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D2588B (or 0xD2588B) is known color: Mulberry. HEX triplet: D2, 58 and 8B. RGB value is (210,88,139). Sum of RGB (Red+Green+Blue) = 210+88+139=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 88 (34.77% from 255 or 20.14% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D2588B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2588B is #2DA774. Grayscale: #828282. Windows color (decimal): -2991989 or 9132242. OLE color: 9132242.

HSL color Cylindrical-coordinate representation of color #D2588B: hue angle of 334.92º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D2588B is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 88 139 -
CMYK 0 0.58 0.34 0.18
HSL 334.92º 0.58% 0.58% -
HSV(B) 334.92º 0.58% 0.82% -
XYZ 34.73 22.55 26.95 -
YUV 130.29 132.92 184.85 -
System Red Green Blue C M Y K H S L
Decimal 210 88 139 0 0.58 0.34 0.18 334.92 0.58 0.58
Hex D2 58 8B 0 3A 22 12 14F 3A 3A
Octal 322 130 213 0 72 42 22 517 72 72
Binary 11010010 1011000 10001011 0 111010 100010 10010 101001111 111010 111010

Color Harmonies of #D2588B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2588B

Black with #D2588B

Text Example


Text Example

White with #D2588B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2588B; }

 p { color: rgb(210,88,139); }

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

background-color css

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

 a { background-color: rgb(210,88,139); }

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

border-color css

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

 span { border-color: rgb(210,88,139); }

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