Html Css Color HEX #D2558B Mulberry

📋 copy color: '#D2558B'

red 210 ◦ green 85 ◦ blue 139

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

Shades of Mulberry #D2558B

Tints of Mulberry #D2558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.59%

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

R = 48.39%
G = 19.59%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D2558B (or 0xD2558B) is known color: Mulberry. HEX triplet: D2, 55 and 8B. RGB value is (210,85,139). Sum of RGB (Red+Green+Blue) = 210+85+139=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 85 (33.59% from 255 or 19.59% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D2558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2558B is #2DAA74. Grayscale: #808080. Windows color (decimal): -2992757 or 9131474. OLE color: 9131474.

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

Color convert

RGB 210 85 139 -
CMYK 0 0.60 0.34 0.18
HSL 334.08º 0.58% 0.58% -
HSV(B) 334.08º 0.6% 0.82% -
XYZ 34.49 22.06 26.87 -
YUV 128.53 133.91 186.11 -
System Red Green Blue C M Y K H S L
Decimal 210 85 139 0 0.60 0.34 0.18 334.08 0.58 0.58
Hex D2 55 8B 0 3C 22 12 14E 3A 3A
Octal 322 125 213 0 74 42 22 516 72 72
Binary 11010010 1010101 10001011 0 111100 100010 10010 101001110 111010 111010

Color Harmonies of #D2558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2558B

Black with #D2558B

Text Example


Text Example

White with #D2558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2558B; }

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

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

background-color css

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

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

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

border-color css

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

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

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