Html Css Color HEX #D1529D Mulberry

📋 copy color: '#D1529D'

red 209 ◦ green 82 ◦ blue 157

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

Shades of Mulberry #D1529D

Tints of Mulberry #D1529D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.04%

R = 46.65%
G = 18.3%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D1529D (or 0xD1529D) is known color: Mulberry. HEX triplet: D1, 52 and 9D. RGB value is (209,82,157). Sum of RGB (Red+Green+Blue) = 209+82+157=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D1529D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1529D is #2EAD62. Grayscale: #808080. Windows color (decimal): -3059043 or 10310353. OLE color: 10310353.

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

Color convert

RGB 209 82 157 -
CMYK 0 0.61 0.25 0.18
HSL 324.57º 0.58% 0.57% -
HSV(B) 324.57º 0.61% 0.82% -
XYZ 35.4 22.02 34.28 -
YUV 128.52 144.08 185.4 -
System Red Green Blue C M Y K H S L
Decimal 209 82 157 0 0.61 0.25 0.18 324.57 0.58 0.57
Hex D1 52 9D 0 3D 19 12 145 3A 39
Octal 321 122 235 0 75 31 22 505 72 71
Binary 11010001 1010010 10011101 0 111101 11001 10010 101000101 111010 111001

Color Harmonies of #D1529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1529D

Black with #D1529D

Text Example


Text Example

White with #D1529D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1529D; }

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

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

background-color css

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

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

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

border-color css

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

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

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