Html Css Color HEX #D0529B Mulberry

📋 copy color: '#D0529B'

red 208 ◦ green 82 ◦ blue 155

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

Shades of Mulberry #D0529B

Tints of Mulberry #D0529B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.83%

R = 46.74%
G = 18.43%
B = 34.83%

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

#D0529B (or 0xD0529B) is known color: Mulberry. HEX triplet: D0, 52 and 9B. RGB value is (208,82,155). Sum of RGB (Red+Green+Blue) = 208+82+155=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D0529B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0529B is #2FAD64. Grayscale: #7F7F7F. Windows color (decimal): -3124581 or 10179280. OLE color: 10179280.

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

Color convert

RGB 208 82 155 -
CMYK 0 0.61 0.25 0.18
HSL 325.24º 0.57% 0.57% -
HSV(B) 325.24º 0.61% 0.82% -
XYZ 34.95 21.81 33.38 -
YUV 128 143.24 185.06 -
System Red Green Blue C M Y K H S L
Decimal 208 82 155 0 0.61 0.25 0.18 325.24 0.57 0.57
Hex D0 52 9B 0 3D 19 12 145 39 39
Octal 320 122 233 0 75 31 22 505 71 71
Binary 11010000 1010010 10011011 0 111101 11001 10010 101000101 111001 111001

Color Harmonies of #D0529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0529B

Black with #D0529B

Text Example


Text Example

White with #D0529B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0529B; }

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

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

background-color css

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

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

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

border-color css

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

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

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