Html Css Color HEX #D1538E Mulberry

📋 copy color: '#D1538E'

red 209 ◦ green 83 ◦ blue 142

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

Shades of Mulberry #D1538E

Tints of Mulberry #D1538E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.12%

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

R = 48.16%
G = 19.12%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D1538E (or 0xD1538E) is known color: Mulberry. HEX triplet: D1, 53 and 8E. RGB value is (209,83,142). Sum of RGB (Red+Green+Blue) = 209+83+142=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D1538E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1538E is #2EAC71. Grayscale: #7F7F7F. Windows color (decimal): -3058802 or 9327569. OLE color: 9327569.

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

Color convert

RGB 209 83 142 -
CMYK 0 0.60 0.32 0.18
HSL 331.9º 0.58% 0.57% -
HSV(B) 331.9º 0.6% 0.82% -
XYZ 34.27 21.69 27.97 -
YUV 127.4 136.24 186.2 -
System Red Green Blue C M Y K H S L
Decimal 209 83 142 0 0.60 0.32 0.18 331.9 0.58 0.57
Hex D1 53 8E 0 3C 20 12 14C 3A 39
Octal 321 123 216 0 74 40 22 514 72 71
Binary 11010001 1010011 10001110 0 111100 100000 10010 101001100 111010 111001

Color Harmonies of #D1538E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1538E

Black with #D1538E

Text Example


Text Example

White with #D1538E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1538E; }

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

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

background-color css

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

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

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

border-color css

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

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

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