Html Css Color HEX #D55290 Mulberry

📋 copy color: '#D55290'

red 213 ◦ green 82 ◦ blue 144

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

Shades of Mulberry #D55290

Tints of Mulberry #D55290

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.68%

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

R = 48.52%
G = 18.68%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D55290 (or 0xD55290) is known color: Mulberry. HEX triplet: D5, 52 and 90. RGB value is (213,82,144). Sum of RGB (Red+Green+Blue) = 213+82+144=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D55290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55290 is #2AAD6F. Grayscale: #808080. Windows color (decimal): -2796912 or 9458389. OLE color: 9458389.

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

Color convert

RGB 213 82 144 -
CMYK 0 0.62 0.32 0.16
HSL 331.6º 0.61% 0.58% -
HSV(B) 331.6º 0.62% 0.84% -
XYZ 35.49 22.19 28.8 -
YUV 128.24 136.9 188.46 -
System Red Green Blue C M Y K H S L
Decimal 213 82 144 0 0.62 0.32 0.16 331.6 0.61 0.58
Hex D5 52 90 0 3E 20 10 14C 3D 3A
Octal 325 122 220 0 76 40 20 514 75 72
Binary 11010101 1010010 10010000 0 111110 100000 10000 101001100 111101 111010

Color Harmonies of #D55290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55290

Black with #D55290

Text Example


Text Example

White with #D55290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55290; }

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

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

background-color css

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

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

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

border-color css

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

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

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