Html Css Color HEX #D0528B Mulberry

📋 copy color: '#D0528B'

red 208 ◦ green 82 ◦ blue 139

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

Shades of Mulberry #D0528B

Tints of Mulberry #D0528B

RGB

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

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

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

R = 48.48%
G = 19.11%
B = 32.4%

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

#D0528B (or 0xD0528B) is known color: Mulberry. HEX triplet: D0, 52 and 8B. RGB value is (208,82,139). Sum of RGB (Red+Green+Blue) = 208+82+139=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D0528B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0528B is #2FAD74. Grayscale: #7E7E7E. Windows color (decimal): -3124597 or 9130704. OLE color: 9130704.

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

Color convert

RGB 208 82 139 -
CMYK 0 0.61 0.33 0.18
HSL 332.86º 0.57% 0.57% -
HSV(B) 332.86º 0.61% 0.82% -
XYZ 33.69 21.31 26.76 -
YUV 126.17 135.24 186.37 -
System Red Green Blue C M Y K H S L
Decimal 208 82 139 0 0.61 0.33 0.18 332.86 0.57 0.57
Hex D0 52 8B 0 3D 21 12 14D 39 39
Octal 320 122 213 0 75 41 22 515 71 71
Binary 11010000 1010010 10001011 0 111101 100001 10010 101001101 111001 111001

Color Harmonies of #D0528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0528B

Black with #D0528B

Text Example


Text Example

White with #D0528B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0528B; }

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

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

background-color css

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

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

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

border-color css

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

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

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