Html Css Color HEX #D55894 Mulberry

📋 copy color: '#D55894'

red 213 ◦ green 88 ◦ blue 148

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

Shades of Mulberry #D55894

Tints of Mulberry #D55894

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.6%

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

R = 47.44%
G = 19.6%
B = 32.96%

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

#D55894 (or 0xD55894) is known color: Mulberry. HEX triplet: D5, 58 and 94. RGB value is (213,88,148). Sum of RGB (Red+Green+Blue) = 213+88+148=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 88 (34.77% from 255 or 19.60% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D55894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55894 is #2AA76B. Grayscale: #848484. Windows color (decimal): -2795372 or 9722069. OLE color: 9722069.

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

Color convert

RGB 213 88 148 -
CMYK 0 0.59 0.31 0.16
HSL 331.2º 0.6% 0.59% -
HSV(B) 331.2º 0.59% 0.84% -
XYZ 36.28 23.26 30.6 -
YUV 132.22 136.91 185.62 -
System Red Green Blue C M Y K H S L
Decimal 213 88 148 0 0.59 0.31 0.16 331.2 0.6 0.59
Hex D5 58 94 0 3B 1F 10 14B 3C 3B
Octal 325 130 224 0 73 37 20 513 74 73
Binary 11010101 1011000 10010100 0 111011 11111 10000 101001011 111100 111011

Color Harmonies of #D55894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55894

Black with #D55894

Text Example


Text Example

White with #D55894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55894; }

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

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

background-color css

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

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

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

border-color css

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

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

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