Html Css Color HEX #D1558E Mulberry

📋 copy color: '#D1558E'

red 209 ◦ green 85 ◦ blue 142

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

Shades of Mulberry #D1558E

Tints of Mulberry #D1558E

RGB

 RED value IS 209 (82.03% from 255) = 47.94%

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

 BLUE value IS 142 (55.86% from 255) = 32.57%

R = 47.94%
G = 19.5%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D1558E (or 0xD1558E) is known color: Mulberry. HEX triplet: D1, 55 and 8E. RGB value is (209,85,142). Sum of RGB (Red+Green+Blue) = 209+85+142=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D1558E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1558E is #2EAA71. Grayscale: #808080. Windows color (decimal): -3058290 or 9328081. OLE color: 9328081.

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

Color convert

RGB 209 85 142 -
CMYK 0 0.59 0.32 0.18
HSL 332.42º 0.57% 0.58% -
HSV(B) 332.42º 0.59% 0.82% -
XYZ 34.43 22.01 28.02 -
YUV 128.57 135.58 185.37 -
System Red Green Blue C M Y K H S L
Decimal 209 85 142 0 0.59 0.32 0.18 332.42 0.57 0.58
Hex D1 55 8E 0 3B 20 12 14C 39 3A
Octal 321 125 216 0 73 40 22 514 71 72
Binary 11010001 1010101 10001110 0 111011 100000 10010 101001100 111001 111010

Color Harmonies of #D1558E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1558E

Black with #D1558E

Text Example


Text Example

White with #D1558E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1558E; }

 p { color: rgb(209,85,142); }

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

background-color css

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

 a { background-color: rgb(209,85,142); }

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

border-color css

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

 span { border-color: rgb(209,85,142); }

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