Html Css Color HEX #D55794 Mulberry

📋 copy color: '#D55794'

red 213 ◦ green 87 ◦ blue 148

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

Shades of Mulberry #D55794

Tints of Mulberry #D55794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.04%

R = 47.54%
G = 19.42%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D55794 (or 0xD55794) is known color: Mulberry. HEX triplet: D5, 57 and 94. RGB value is (213,87,148). Sum of RGB (Red+Green+Blue) = 213+87+148=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 87 (34.38% from 255 or 19.42% from 448); Blue value is 148 (58.20% from 255 or 33.04% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D55794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55794 is #2AA86B. Grayscale: #838383. Windows color (decimal): -2795628 or 9721813. OLE color: 9721813.

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

Color convert

RGB 213 87 148 -
CMYK 0 0.59 0.31 0.16
HSL 330.95º 0.6% 0.59% -
HSV(B) 330.95º 0.59% 0.84% -
XYZ 36.19 23.1 30.57 -
YUV 131.63 137.24 186.04 -
System Red Green Blue C M Y K H S L
Decimal 213 87 148 0 0.59 0.31 0.16 330.95 0.6 0.59
Hex D5 57 94 0 3B 1F 10 14B 3C 3B
Octal 325 127 224 0 73 37 20 513 74 73
Binary 11010101 1010111 10010100 0 111011 11111 10000 101001011 111100 111011

Color Harmonies of #D55794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55794

Black with #D55794

Text Example


Text Example

White with #D55794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55794; }

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

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

background-color css

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

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

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

border-color css

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

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

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