Html Css Color HEX #D6559E Mulberry

📋 copy color: '#D6559E'

red 214 ◦ green 85 ◦ blue 158

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

Shades of Mulberry #D6559E

Tints of Mulberry #D6559E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.6%

 BLUE value IS 158 (62.11% from 255) = 34.57%

R = 46.83%
G = 18.6%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D6559E (or 0xD6559E) is known color: Mulberry. HEX triplet: D6, 55 and 9E. RGB value is (214,85,158). Sum of RGB (Red+Green+Blue) = 214+85+158=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 158 (62.11% from 255 or 34.57% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D6559E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6559E is #29AA61. Grayscale: #838383. Windows color (decimal): -2730594 or 10376662. OLE color: 10376662.

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

Color convert

RGB 214 85 158 -
CMYK 0 0.60 0.26 0.16
HSL 326.05º 0.61% 0.59% -
HSV(B) 326.05º 0.6% 0.84% -
XYZ 37.15 23.26 34.88 -
YUV 131.89 142.74 186.56 -
System Red Green Blue C M Y K H S L
Decimal 214 85 158 0 0.60 0.26 0.16 326.05 0.61 0.59
Hex D6 55 9E 0 3C 1A 10 146 3D 3B
Octal 326 125 236 0 74 32 20 506 75 73
Binary 11010110 1010101 10011110 0 111100 11010 10000 101000110 111101 111011

Color Harmonies of #D6559E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6559E

Black with #D6559E

Text Example


Text Example

White with #D6559E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6559E; }

 p { color: rgb(214,85,158); }

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

background-color css

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

 a { background-color: rgb(214,85,158); }

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

border-color css

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

 span { border-color: rgb(214,85,158); }

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