Html Css Color HEX #D0529D Mulberry

📋 copy color: '#D0529D'

red 208 ◦ green 82 ◦ blue 157

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

Shades of Mulberry #D0529D

Tints of Mulberry #D0529D

RGB

 RED value IS 208 (81.64% from 255) = 46.53%

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

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

R = 46.53%
G = 18.34%
B = 35.12%

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

#D0529D (or 0xD0529D) is known color: Mulberry. HEX triplet: D0, 52 and 9D. RGB value is (208,82,157). Sum of RGB (Red+Green+Blue) = 208+82+157=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 82 (32.42% from 255 or 18.34% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D0529D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0529D is #2FAD62. Grayscale: #808080. Windows color (decimal): -3124579 or 10310352. OLE color: 10310352.

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

Color convert

RGB 208 82 157 -
CMYK 0 0.61 0.25 0.18
HSL 324.29º 0.57% 0.57% -
HSV(B) 324.29º 0.61% 0.82% -
XYZ 35.12 21.88 34.27 -
YUV 128.22 144.24 184.9 -
System Red Green Blue C M Y K H S L
Decimal 208 82 157 0 0.61 0.25 0.18 324.29 0.57 0.57
Hex D0 52 9D 0 3D 19 12 144 39 39
Octal 320 122 235 0 75 31 22 504 71 71
Binary 11010000 1010010 10011101 0 111101 11001 10010 101000100 111001 111001

Color Harmonies of #D0529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0529D

Black with #D0529D

Text Example


Text Example

White with #D0529D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0529D; }

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

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

background-color css

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

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

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

border-color css

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

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

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