Html Css Color HEX #D6528D Mulberry

📋 copy color: '#D6528D'

red 214 ◦ green 82 ◦ blue 141

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

Shades of Mulberry #D6528D

Tints of Mulberry #D6528D

RGB

 RED value IS 214 (83.98% from 255) = 48.97%

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

 BLUE value IS 141 (55.47% from 255) = 32.27%

R = 48.97%
G = 18.76%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6528D (or 0xD6528D) is known color: Mulberry. HEX triplet: D6, 52 and 8D. RGB value is (214,82,141). Sum of RGB (Red+Green+Blue) = 214+82+141=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D6528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6528D is #29AD72. Grayscale: #808080. Windows color (decimal): -2731379 or 9261782. OLE color: 9261782.

HSL color Cylindrical-coordinate representation of color #D6528D: hue angle of 333.18º 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 #D6528D is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 82 141 -
CMYK 0 0.62 0.34 0.16
HSL 333.18º 0.62% 0.58% -
HSV(B) 333.18º 0.62% 0.84% -
XYZ 35.56 22.25 27.62 -
YUV 128.19 135.23 189.2 -
System Red Green Blue C M Y K H S L
Decimal 214 82 141 0 0.62 0.34 0.16 333.18 0.62 0.58
Hex D6 52 8D 0 3E 22 10 14D 3E 3A
Octal 326 122 215 0 76 42 20 515 76 72
Binary 11010110 1010010 10001101 0 111110 100010 10000 101001101 111110 111010

Color Harmonies of #D6528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6528D

Black with #D6528D

Text Example


Text Example

White with #D6528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6528D; }

 p { color: rgb(214,82,141); }

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

background-color css

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

 a { background-color: rgb(214,82,141); }

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

border-color css

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

 span { border-color: rgb(214,82,141); }

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