Html Css Color HEX #D8528F Mulberry

📋 copy color: '#D8528F'

red 216 ◦ green 82 ◦ blue 143

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

Shades of Mulberry #D8528F

Tints of Mulberry #D8528F

RGB

 RED value IS 216 (84.77% from 255) = 48.98%

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

 BLUE value IS 143 (56.25% from 255) = 32.43%

R = 48.98%
G = 18.59%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D8528F (or 0xD8528F) is known color: Mulberry. HEX triplet: D8, 52 and 8F. RGB value is (216,82,143). Sum of RGB (Red+Green+Blue) = 216+82+143=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D8528F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8528F is #27AD70. Grayscale: #808080. Windows color (decimal): -2600305 or 9392856. OLE color: 9392856.

HSL color Cylindrical-coordinate representation of color #D8528F: hue angle of 332.69º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D8528F is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 82 143 -
CMYK 0 0.62 0.34 0.15
HSL 332.69º 0.63% 0.58% -
HSV(B) 332.69º 0.62% 0.85% -
XYZ 36.29 22.62 28.44 -
YUV 129.02 135.89 190.04 -
System Red Green Blue C M Y K H S L
Decimal 216 82 143 0 0.62 0.34 0.15 332.69 0.63 0.58
Hex D8 52 8F 0 3E 22 F 14D 3F 3A
Octal 330 122 217 0 76 42 17 515 77 72
Binary 11011000 1010010 10001111 0 111110 100010 1111 101001101 111111 111010

Color Harmonies of #D8528F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8528F

Black with #D8528F

Text Example


Text Example

White with #D8528F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8528F; }

 p { color: rgb(216,82,143); }

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

background-color css

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

 a { background-color: rgb(216,82,143); }

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

border-color css

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

 span { border-color: rgb(216,82,143); }

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