Html Css Color HEX #D0528D Mulberry

📋 copy color: '#D0528D'

red 208 ◦ green 82 ◦ blue 141

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

Shades of Mulberry #D0528D

Tints of Mulberry #D0528D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.71%

R = 48.26%
G = 19.03%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0528D (or 0xD0528D) is known color: Mulberry. HEX triplet: D0, 52 and 8D. RGB value is (208,82,141). Sum of RGB (Red+Green+Blue) = 208+82+141=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D0528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0528D is #2FAD72. Grayscale: #7E7E7E. Windows color (decimal): -3124595 or 9261776. OLE color: 9261776.

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

Color convert

RGB 208 82 141 -
CMYK 0 0.61 0.32 0.18
HSL 331.9º 0.57% 0.57% -
HSV(B) 331.9º 0.61% 0.82% -
XYZ 33.84 21.37 27.54 -
YUV 126.4 136.24 186.2 -
System Red Green Blue C M Y K H S L
Decimal 208 82 141 0 0.61 0.32 0.18 331.9 0.57 0.57
Hex D0 52 8D 0 3D 20 12 14C 39 39
Octal 320 122 215 0 75 40 22 514 71 71
Binary 11010000 1010010 10001101 0 111101 100000 10010 101001100 111001 111001

Color Harmonies of #D0528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0528D

Black with #D0528D

Text Example


Text Example

White with #D0528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0528D; }

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

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

background-color css

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

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

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

border-color css

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

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

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