Html Css Color HEX #D55795 Mulberry

📋 copy color: '#D55795'

red 213 ◦ green 87 ◦ blue 149

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

Shades of Mulberry #D55795

Tints of Mulberry #D55795

RGB

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

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

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

R = 47.44%
G = 19.38%
B = 33.18%

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

#D55795 (or 0xD55795) is known color: Mulberry. HEX triplet: D5, 57 and 95. RGB value is (213,87,149). Sum of RGB (Red+Green+Blue) = 213+87+149=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 87 (34.38% from 255 or 19.38% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D55795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55795 is #2AA86A. Grayscale: #838383. Windows color (decimal): -2795627 or 9787349. OLE color: 9787349.

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

Color convert

RGB 213 87 149 -
CMYK 0 0.59 0.30 0.16
HSL 330.48º 0.6% 0.59% -
HSV(B) 330.48º 0.59% 0.84% -
XYZ 36.27 23.13 30.99 -
YUV 131.74 137.74 185.96 -
System Red Green Blue C M Y K H S L
Decimal 213 87 149 0 0.59 0.30 0.16 330.48 0.6 0.59
Hex D5 57 95 0 3B 1E 10 14A 3C 3B
Octal 325 127 225 0 73 36 20 512 74 73
Binary 11010101 1010111 10010101 0 111011 11110 10000 101001010 111100 111011

Color Harmonies of #D55795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55795

Black with #D55795

Text Example


Text Example

White with #D55795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55795; }

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

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

background-color css

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

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

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

border-color css

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

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

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