Html Css Color HEX #D55690 Mulberry

📋 copy color: '#D55690'

red 213 ◦ green 86 ◦ blue 144

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

Shades of Mulberry #D55690

Tints of Mulberry #D55690

RGB

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

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

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

R = 48.08%
G = 19.41%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D55690 (or 0xD55690) is known color: Mulberry. HEX triplet: D5, 56 and 90. RGB value is (213,86,144). Sum of RGB (Red+Green+Blue) = 213+86+144=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D55690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55690 is #2AA96F. Grayscale: #828282. Windows color (decimal): -2795888 or 9459413. OLE color: 9459413.

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

Color convert

RGB 213 86 144 -
CMYK 0 0.60 0.32 0.16
HSL 332.6º 0.6% 0.59% -
HSV(B) 332.6º 0.6% 0.84% -
XYZ 35.8 22.82 28.9 -
YUV 130.59 135.58 186.78 -
System Red Green Blue C M Y K H S L
Decimal 213 86 144 0 0.60 0.32 0.16 332.6 0.6 0.59
Hex D5 56 90 0 3C 20 10 14D 3C 3B
Octal 325 126 220 0 74 40 20 515 74 73
Binary 11010101 1010110 10010000 0 111100 100000 10000 101001101 111100 111011

Color Harmonies of #D55690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55690

Black with #D55690

Text Example


Text Example

White with #D55690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55690; }

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

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

background-color css

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

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

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

border-color css

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

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

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