Html Css Color HEX #D55895 Mulberry

📋 copy color: '#D55895'

red 213 ◦ green 88 ◦ blue 149

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

Shades of Mulberry #D55895

Tints of Mulberry #D55895

RGB

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

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

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

R = 47.33%
G = 19.56%
B = 33.11%

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

#D55895 (or 0xD55895) is known color: Mulberry. HEX triplet: D5, 58 and 95. RGB value is (213,88,149). Sum of RGB (Red+Green+Blue) = 213+88+149=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 88 (34.77% from 255 or 19.56% from 450); Blue value is 149 (58.59% from 255 or 33.11% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D55895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55895 is #2AA76A. Grayscale: #848484. Windows color (decimal): -2795371 or 9787605. OLE color: 9787605.

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

Color convert

RGB 213 88 149 -
CMYK 0 0.59 0.30 0.16
HSL 330.72º 0.6% 0.59% -
HSV(B) 330.72º 0.59% 0.84% -
XYZ 36.36 23.3 31.01 -
YUV 132.33 137.41 185.54 -
System Red Green Blue C M Y K H S L
Decimal 213 88 149 0 0.59 0.30 0.16 330.72 0.6 0.59
Hex D5 58 95 0 3B 1E 10 14B 3C 3B
Octal 325 130 225 0 73 36 20 513 74 73
Binary 11010101 1011000 10010101 0 111011 11110 10000 101001011 111100 111011

Color Harmonies of #D55895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55895

Black with #D55895

Text Example


Text Example

White with #D55895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55895; }

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

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

background-color css

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

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

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

border-color css

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

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

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