Html Css Color HEX #D55596 Mulberry

📋 copy color: '#D55596'

red 213 ◦ green 85 ◦ blue 150

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

Shades of Mulberry #D55596

Tints of Mulberry #D55596

RGB

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

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

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

R = 47.54%
G = 18.97%
B = 33.48%

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

#D55596 (or 0xD55596) is known color: Mulberry. HEX triplet: D5, 55 and 96. RGB value is (213,85,150). Sum of RGB (Red+Green+Blue) = 213+85+150=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 85 (33.59% from 255 or 18.97% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D55596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55596 is #2AAA69. Grayscale: #828282. Windows color (decimal): -2796138 or 9852373. OLE color: 9852373.

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

Color convert

RGB 213 85 150 -
CMYK 0 0.60 0.30 0.16
HSL 329.53º 0.6% 0.58% -
HSV(B) 329.53º 0.6% 0.84% -
XYZ 36.19 22.85 31.36 -
YUV 130.68 138.91 186.71 -
System Red Green Blue C M Y K H S L
Decimal 213 85 150 0 0.60 0.30 0.16 329.53 0.6 0.58
Hex D5 55 96 0 3C 1E 10 14A 3C 3A
Octal 325 125 226 0 74 36 20 512 74 72
Binary 11010101 1010101 10010110 0 111100 11110 10000 101001010 111100 111010

Color Harmonies of #D55596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55596

Black with #D55596

Text Example


Text Example

White with #D55596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55596; }

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

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

background-color css

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

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

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

border-color css

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

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

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