Html Css Color HEX #D0528C Mulberry

📋 copy color: '#D0528C'

red 208 ◦ green 82 ◦ blue 140

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

Shades of Mulberry #D0528C

Tints of Mulberry #D0528C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.56%

R = 48.37%
G = 19.07%
B = 32.56%

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

#D0528C (or 0xD0528C) is known color: Mulberry. HEX triplet: D0, 52 and 8C. RGB value is (208,82,140). Sum of RGB (Red+Green+Blue) = 208+82+140=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D0528C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0528C is #2FAD73. Grayscale: #7E7E7E. Windows color (decimal): -3124596 or 9196240. OLE color: 9196240.

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

Color convert

RGB 208 82 140 -
CMYK 0 0.61 0.33 0.18
HSL 332.38º 0.57% 0.57% -
HSV(B) 332.38º 0.61% 0.82% -
XYZ 33.76 21.34 27.15 -
YUV 126.29 135.74 186.28 -
System Red Green Blue C M Y K H S L
Decimal 208 82 140 0 0.61 0.33 0.18 332.38 0.57 0.57
Hex D0 52 8C 0 3D 21 12 14C 39 39
Octal 320 122 214 0 75 41 22 514 71 71
Binary 11010000 1010010 10001100 0 111101 100001 10010 101001100 111001 111001

Color Harmonies of #D0528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0528C

Black with #D0528C

Text Example


Text Example

White with #D0528C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0528C; }

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

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

background-color css

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

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

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

border-color css

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

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

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