Html Css Color HEX #D55391 Mulberry

📋 copy color: '#D55391'

red 213 ◦ green 83 ◦ blue 145

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

Shades of Mulberry #D55391

Tints of Mulberry #D55391

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.82%

 BLUE value IS 145 (57.03% from 255) = 32.88%

R = 48.3%
G = 18.82%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D55391 (or 0xD55391) is known color: Mulberry. HEX triplet: D5, 53 and 91. RGB value is (213,83,145). Sum of RGB (Red+Green+Blue) = 213+83+145=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 83 (32.81% from 255 or 18.82% from 441); Blue value is 145 (57.03% from 255 or 32.88% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D55391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55391 is #2AAC6E. Grayscale: #808080. Windows color (decimal): -2796655 or 9524181. OLE color: 9524181.

HSL color Cylindrical-coordinate representation of color #D55391: hue angle of 331.38º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D55391 is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 83 145 -
CMYK 0 0.61 0.32 0.16
HSL 331.38º 0.61% 0.58% -
HSV(B) 331.38º 0.61% 0.84% -
XYZ 35.64 22.38 29.23 -
YUV 128.94 137.07 187.96 -
System Red Green Blue C M Y K H S L
Decimal 213 83 145 0 0.61 0.32 0.16 331.38 0.61 0.58
Hex D5 53 91 0 3D 20 10 14B 3D 3A
Octal 325 123 221 0 75 40 20 513 75 72
Binary 11010101 1010011 10010001 0 111101 100000 10000 101001011 111101 111010

Color Harmonies of #D55391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55391

Black with #D55391

Text Example


Text Example

White with #D55391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55391; }

 p { color: rgb(213,83,145); }

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

background-color css

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

 a { background-color: rgb(213,83,145); }

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

border-color css

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

 span { border-color: rgb(213,83,145); }

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