Html Css Color HEX #D6579A Mulberry

📋 copy color: '#D6579A'

red 214 ◦ green 87 ◦ blue 154

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

Shades of Mulberry #D6579A

Tints of Mulberry #D6579A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.12%

 BLUE value IS 154 (60.55% from 255) = 33.85%

R = 47.03%
G = 19.12%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D6579A (or 0xD6579A) is known color: Mulberry. HEX triplet: D6, 57 and 9A. RGB value is (214,87,154). Sum of RGB (Red+Green+Blue) = 214+87+154=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 87 (34.38% from 255 or 19.12% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D6579A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6579A is #29A865. Grayscale: #848484. Windows color (decimal): -2730086 or 10115030. OLE color: 10115030.

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

Color convert

RGB 214 87 154 -
CMYK 0 0.59 0.28 0.16
HSL 328.35º 0.61% 0.59% -
HSV(B) 328.35º 0.59% 0.84% -
XYZ 36.97 23.45 33.15 -
YUV 132.61 140.08 186.05 -
System Red Green Blue C M Y K H S L
Decimal 214 87 154 0 0.59 0.28 0.16 328.35 0.61 0.59
Hex D6 57 9A 0 3B 1C 10 148 3D 3B
Octal 326 127 232 0 73 34 20 510 75 73
Binary 11010110 1010111 10011010 0 111011 11100 10000 101001000 111101 111011

Color Harmonies of #D6579A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6579A

Black with #D6579A

Text Example


Text Example

White with #D6579A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6579A; }

 p { color: rgb(214,87,154); }

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

background-color css

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

 a { background-color: rgb(214,87,154); }

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

border-color css

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

 span { border-color: rgb(214,87,154); }

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