Html Css Color HEX #D55790 Mulberry

📋 copy color: '#D55790'

red 213 ◦ green 87 ◦ blue 144

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

Shades of Mulberry #D55790

Tints of Mulberry #D55790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32.43%

R = 47.97%
G = 19.59%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D55790 (or 0xD55790) is known color: Mulberry. HEX triplet: D5, 57 and 90. RGB value is (213,87,144). Sum of RGB (Red+Green+Blue) = 213+87+144=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 87 (34.38% from 255 or 19.59% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D55790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55790 is #2AA86F. Grayscale: #838383. Windows color (decimal): -2795632 or 9459669. OLE color: 9459669.

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

Color convert

RGB 213 87 144 -
CMYK 0 0.59 0.32 0.16
HSL 332.86º 0.6% 0.59% -
HSV(B) 332.86º 0.59% 0.84% -
XYZ 35.88 22.98 28.93 -
YUV 131.17 135.24 186.37 -
System Red Green Blue C M Y K H S L
Decimal 213 87 144 0 0.59 0.32 0.16 332.86 0.6 0.59
Hex D5 57 90 0 3B 20 10 14D 3C 3B
Octal 325 127 220 0 73 40 20 515 74 73
Binary 11010101 1010111 10010000 0 111011 100000 10000 101001101 111100 111011

Color Harmonies of #D55790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55790

Black with #D55790

Text Example


Text Example

White with #D55790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55790; }

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

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

background-color css

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

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

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

border-color css

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

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

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