Html Css Color HEX #D55896 Mulberry

📋 copy color: '#D55896'

red 213 ◦ green 88 ◦ blue 150

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

Shades of Mulberry #D55896

Tints of Mulberry #D55896

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.51%

 BLUE value IS 150 (58.98% from 255) = 33.26%

R = 47.23%
G = 19.51%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D55896 (or 0xD55896) is known color: Mulberry. HEX triplet: D5, 58 and 96. RGB value is (213,88,150). Sum of RGB (Red+Green+Blue) = 213+88+150=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 88 (34.77% from 255 or 19.51% from 451); Blue value is 150 (58.98% from 255 or 33.26% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D55896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55896 is #2AA769. Grayscale: #848484. Windows color (decimal): -2795370 or 9853141. OLE color: 9853141.

HSL color Cylindrical-coordinate representation of color #D55896: 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.59%. Process color model (Four color, CMYK) of #D55896 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 88 150 -
CMYK 0 0.59 0.30 0.16
HSL 330.24º 0.6% 0.59% -
HSV(B) 330.24º 0.59% 0.84% -
XYZ 36.44 23.33 31.44 -
YUV 132.44 137.91 185.46 -
System Red Green Blue C M Y K H S L
Decimal 213 88 150 0 0.59 0.30 0.16 330.24 0.6 0.59
Hex D5 58 96 0 3B 1E 10 14A 3C 3B
Octal 325 130 226 0 73 36 20 512 74 73
Binary 11010101 1011000 10010110 0 111011 11110 10000 101001010 111100 111011

Color Harmonies of #D55896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55896

Black with #D55896

Text Example


Text Example

White with #D55896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55896; }

 p { color: rgb(213,88,150); }

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

background-color css

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

 a { background-color: rgb(213,88,150); }

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

border-color css

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

 span { border-color: rgb(213,88,150); }

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