Html Css Color HEX #D1528B Mulberry

📋 copy color: '#D1528B'

red 209 ◦ green 82 ◦ blue 139

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

Shades of Mulberry #D1528B

Tints of Mulberry #D1528B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.07%

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

R = 48.6%
G = 19.07%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1528B (or 0xD1528B) is known color: Mulberry. HEX triplet: D1, 52 and 8B. RGB value is (209,82,139). Sum of RGB (Red+Green+Blue) = 209+82+139=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D1528B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1528B is #2EAD74. Grayscale: #7E7E7E. Windows color (decimal): -3059061 or 9130705. OLE color: 9130705.

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

Color convert

RGB 209 82 139 -
CMYK 0 0.61 0.33 0.18
HSL 333.07º 0.58% 0.57% -
HSV(B) 333.07º 0.61% 0.82% -
XYZ 33.97 21.45 26.78 -
YUV 126.47 135.08 186.87 -
System Red Green Blue C M Y K H S L
Decimal 209 82 139 0 0.61 0.33 0.18 333.07 0.58 0.57
Hex D1 52 8B 0 3D 21 12 14D 3A 39
Octal 321 122 213 0 75 41 22 515 72 71
Binary 11010001 1010010 10001011 0 111101 100001 10010 101001101 111010 111001

Color Harmonies of #D1528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1528B

Black with #D1528B

Text Example


Text Example

White with #D1528B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1528B; }

 p { color: rgb(209,82,139); }

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

background-color css

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

 a { background-color: rgb(209,82,139); }

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

border-color css

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

 span { border-color: rgb(209,82,139); }

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