Html Css Color HEX #D6559A Mulberry

📋 copy color: '#D6559A'

red 214 ◦ green 85 ◦ blue 154

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

Shades of Mulberry #D6559A

Tints of Mulberry #D6559A

RGB

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

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

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

R = 47.24%
G = 18.76%
B = 34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D6559A (or 0xD6559A) is known color: Mulberry. HEX triplet: D6, 55 and 9A. RGB value is (214,85,154). Sum of RGB (Red+Green+Blue) = 214+85+154=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 154 (60.55% from 255 or 34.00% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D6559A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6559A is #29AA65. Grayscale: #838383. Windows color (decimal): -2730598 or 10114518. OLE color: 10114518.

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

Color convert

RGB 214 85 154 -
CMYK 0 0.60 0.28 0.16
HSL 327.91º 0.61% 0.59% -
HSV(B) 327.91º 0.6% 0.84% -
XYZ 36.81 23.13 33.1 -
YUV 131.44 140.74 186.89 -
System Red Green Blue C M Y K H S L
Decimal 214 85 154 0 0.60 0.28 0.16 327.91 0.61 0.59
Hex D6 55 9A 0 3C 1C 10 148 3D 3B
Octal 326 125 232 0 74 34 20 510 75 73
Binary 11010110 1010101 10011010 0 111100 11100 10000 101001000 111101 111011

Color Harmonies of #D6559A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6559A

Black with #D6559A

Text Example


Text Example

White with #D6559A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6559A; }

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

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

background-color css

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

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

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

border-color css

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

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

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