Html Css Color HEX #D55796 Mulberry

📋 copy color: '#D55796'

red 213 ◦ green 87 ◦ blue 150

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

Shades of Mulberry #D55796

Tints of Mulberry #D55796

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.33%

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

R = 47.33%
G = 19.33%
B = 33.33%

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

#D55796 (or 0xD55796) is known color: Mulberry. HEX triplet: D5, 57 and 96. RGB value is (213,87,150). Sum of RGB (Red+Green+Blue) = 213+87+150=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 87 (34.38% from 255 or 19.33% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D55796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55796 is #2AA869. Grayscale: #838383. Windows color (decimal): -2795626 or 9852885. OLE color: 9852885.

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

Color convert

RGB 213 87 150 -
CMYK 0 0.59 0.30 0.16
HSL 330º 0.6% 0.59% -
HSV(B) 330º 0.59% 0.84% -
XYZ 36.35 23.16 31.41 -
YUV 131.86 138.24 185.88 -
System Red Green Blue C M Y K H S L
Decimal 213 87 150 0 0.59 0.30 0.16 330 0.6 0.59
Hex D5 57 96 0 3B 1E 10 14A 3C 3B
Octal 325 127 226 0 73 36 20 512 74 73
Binary 11010101 1010111 10010110 0 111011 11110 10000 101001010 111100 111011

Color Harmonies of #D55796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55796

Black with #D55796

Text Example


Text Example

White with #D55796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55796; }

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

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

background-color css

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

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

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

border-color css

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

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

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