Html Css Color HEX #D6559F Mulberry

📋 copy color: '#D6559F'

red 214 ◦ green 85 ◦ blue 159

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

Shades of Mulberry #D6559F

Tints of Mulberry #D6559F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 34.72%

R = 46.72%
G = 18.56%
B = 34.72%

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

#D6559F (or 0xD6559F) is known color: Mulberry. HEX triplet: D6, 55 and 9F. RGB value is (214,85,159). Sum of RGB (Red+Green+Blue) = 214+85+159=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 159 (62.5% from 255 or 34.72% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D6559F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6559F is #29AA60. Grayscale: #838383. Windows color (decimal): -2730593 or 10442198. OLE color: 10442198.

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

Color convert

RGB 214 85 159 -
CMYK 0 0.60 0.26 0.16
HSL 325.58º 0.61% 0.59% -
HSV(B) 325.58º 0.6% 0.84% -
XYZ 37.24 23.3 35.33 -
YUV 132.01 143.24 186.48 -
System Red Green Blue C M Y K H S L
Decimal 214 85 159 0 0.60 0.26 0.16 325.58 0.61 0.59
Hex D6 55 9F 0 3C 1A 10 146 3D 3B
Octal 326 125 237 0 74 32 20 506 75 73
Binary 11010110 1010101 10011111 0 111100 11010 10000 101000110 111101 111011

Color Harmonies of #D6559F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6559F

Black with #D6559F

Text Example


Text Example

White with #D6559F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6559F; }

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

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

background-color css

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

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

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

border-color css

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

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

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