Html Css Color HEX #D2589D Mulberry

📋 copy color: '#D2589D'

red 210 ◦ green 88 ◦ blue 157

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

Shades of Mulberry #D2589D

Tints of Mulberry #D2589D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.51%

R = 46.15%
G = 19.34%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D2589D (or 0xD2589D) is known color: Mulberry. HEX triplet: D2, 58 and 9D. RGB value is (210,88,157). Sum of RGB (Red+Green+Blue) = 210+88+157=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 88 (34.77% from 255 or 19.34% from 455); Blue value is 157 (61.72% from 255 or 34.51% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D2589D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2589D is #2DA762. Grayscale: #848484. Windows color (decimal): -2991971 or 10311890. OLE color: 10311890.

HSL color Cylindrical-coordinate representation of color #D2589D: hue angle of 326.07º 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 #D2589D is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 88 157 -
CMYK 0 0.58 0.25 0.18
HSL 326.07º 0.58% 0.58% -
HSV(B) 326.07º 0.58% 0.82% -
XYZ 36.15 23.12 34.45 -
YUV 132.34 141.92 183.39 -
System Red Green Blue C M Y K H S L
Decimal 210 88 157 0 0.58 0.25 0.18 326.07 0.58 0.58
Hex D2 58 9D 0 3A 19 12 146 3A 3A
Octal 322 130 235 0 72 31 22 506 72 72
Binary 11010010 1011000 10011101 0 111010 11001 10010 101000110 111010 111010

Color Harmonies of #D2589D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2589D

Black with #D2589D

Text Example


Text Example

White with #D2589D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2589D; }

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

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

background-color css

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

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

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

border-color css

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

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

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