Html Css Color HEX #D55695 Mulberry

📋 copy color: '#D55695'

red 213 ◦ green 86 ◦ blue 149

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

Shades of Mulberry #D55695

Tints of Mulberry #D55695

RGB

 RED value IS 213 (83.59% from 255) = 47.54%

 GREEN value IS 86 (33.98% from 255) = 19.2%

 BLUE value IS 149 (58.59% from 255) = 33.26%

R = 47.54%
G = 19.2%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D55695 (or 0xD55695) is known color: Mulberry. HEX triplet: D5, 56 and 95. RGB value is (213,86,149). Sum of RGB (Red+Green+Blue) = 213+86+149=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D55695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55695 is #2AA96A. Grayscale: #838383. Windows color (decimal): -2795883 or 9787093. OLE color: 9787093.

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

Color convert

RGB 213 86 149 -
CMYK 0 0.60 0.30 0.16
HSL 330.24º 0.6% 0.59% -
HSV(B) 330.24º 0.6% 0.84% -
XYZ 36.19 22.97 30.96 -
YUV 131.16 138.08 186.38 -
System Red Green Blue C M Y K H S L
Decimal 213 86 149 0 0.60 0.30 0.16 330.24 0.6 0.59
Hex D5 56 95 0 3C 1E 10 14A 3C 3B
Octal 325 126 225 0 74 36 20 512 74 73
Binary 11010101 1010110 10010101 0 111100 11110 10000 101001010 111100 111011

Color Harmonies of #D55695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55695

Black with #D55695

Text Example


Text Example

White with #D55695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55695; }

 p { color: rgb(213,86,149); }

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

background-color css

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

 a { background-color: rgb(213,86,149); }

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

border-color css

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

 span { border-color: rgb(213,86,149); }

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