Html Css Color HEX #D7528B Mulberry

📋 copy color: '#D7528B'

red 215 ◦ green 82 ◦ blue 139

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

Shades of Mulberry #D7528B

Tints of Mulberry #D7528B

RGB

 RED value IS 215 (84.38% from 255) = 49.31%

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

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

R = 49.31%
G = 18.81%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D7528B (or 0xD7528B) is known color: Mulberry. HEX triplet: D7, 52 and 8B. RGB value is (215,82,139). Sum of RGB (Red+Green+Blue) = 215+82+139=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D7528B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7528B is #28AD74. Grayscale: #808080. Windows color (decimal): -2665845 or 9130711. OLE color: 9130711.

HSL color Cylindrical-coordinate representation of color #D7528B: hue angle of 334.29º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D7528B is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 82 139 -
CMYK 0 0.62 0.35 0.16
HSL 334.29º 0.62% 0.58% -
HSV(B) 334.29º 0.62% 0.84% -
XYZ 35.7 22.35 26.86 -
YUV 128.27 134.06 189.87 -
System Red Green Blue C M Y K H S L
Decimal 215 82 139 0 0.62 0.35 0.16 334.29 0.62 0.58
Hex D7 52 8B 0 3E 23 10 14E 3E 3A
Octal 327 122 213 0 76 43 20 516 76 72
Binary 11010111 1010010 10001011 0 111110 100011 10000 101001110 111110 111010

Color Harmonies of #D7528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7528B

Black with #D7528B

Text Example


Text Example

White with #D7528B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7528B; }

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

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

background-color css

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

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

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

border-color css

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

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

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