Html Css Color HEX #D2588F Mulberry

📋 copy color: '#D2588F'

red 210 ◦ green 88 ◦ blue 143

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

Shades of Mulberry #D2588F

Tints of Mulberry #D2588F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.43%

R = 47.62%
G = 19.95%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D2588F (or 0xD2588F) is known color: Mulberry. HEX triplet: D2, 58 and 8F. RGB value is (210,88,143). Sum of RGB (Red+Green+Blue) = 210+88+143=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D2588F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2588F is #2DA770. Grayscale: #828282. Windows color (decimal): -2991985 or 9394386. OLE color: 9394386.

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

Color convert

RGB 210 88 143 -
CMYK 0 0.58 0.32 0.18
HSL 332.95º 0.58% 0.58% -
HSV(B) 332.95º 0.58% 0.82% -
XYZ 35.03 22.66 28.52 -
YUV 130.75 134.92 184.53 -
System Red Green Blue C M Y K H S L
Decimal 210 88 143 0 0.58 0.32 0.18 332.95 0.58 0.58
Hex D2 58 8F 0 3A 20 12 14D 3A 3A
Octal 322 130 217 0 72 40 22 515 72 72
Binary 11010010 1011000 10001111 0 111010 100000 10010 101001101 111010 111010

Color Harmonies of #D2588F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2588F

Black with #D2588F

Text Example


Text Example

White with #D2588F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2588F; }

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

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

background-color css

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

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

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

border-color css

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

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

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