Html Css Color HEX #D55696 Mulberry

📋 copy color: '#D55696'

red 213 ◦ green 86 ◦ blue 150

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

Shades of Mulberry #D55696

Tints of Mulberry #D55696

RGB

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

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

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

R = 47.44%
G = 19.15%
B = 33.41%

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

#D55696 (or 0xD55696) is known color: Mulberry. HEX triplet: D5, 56 and 96. RGB value is (213,86,150). Sum of RGB (Red+Green+Blue) = 213+86+150=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D55696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55696 is #2AA969. Grayscale: #838383. Windows color (decimal): -2795882 or 9852629. OLE color: 9852629.

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

Color convert

RGB 213 86 150 -
CMYK 0 0.60 0.30 0.16
HSL 329.76º 0.6% 0.59% -
HSV(B) 329.76º 0.6% 0.84% -
XYZ 36.27 23 31.38 -
YUV 131.27 138.58 186.3 -
System Red Green Blue C M Y K H S L
Decimal 213 86 150 0 0.60 0.30 0.16 329.76 0.6 0.59
Hex D5 56 96 0 3C 1E 10 14A 3C 3B
Octal 325 126 226 0 74 36 20 512 74 73
Binary 11010101 1010110 10010110 0 111100 11110 10000 101001010 111100 111011

Color Harmonies of #D55696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55696

Black with #D55696

Text Example


Text Example

White with #D55696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55696; }

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

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

background-color css

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

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

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

border-color css

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

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

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