Html Css Color HEX #D55090 Mulberry

📋 copy color: '#D55090'

red 213 ◦ green 80 ◦ blue 144

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

Shades of Mulberry #D55090

Tints of Mulberry #D55090

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.31%

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

R = 48.74%
G = 18.31%
B = 32.95%

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

#D55090 (or 0xD55090) is known color: Mulberry. HEX triplet: D5, 50 and 90. RGB value is (213,80,144). Sum of RGB (Red+Green+Blue) = 213+80+144=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 80 (31.64% from 255 or 18.31% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D55090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55090 is #2AAF6F. Grayscale: #7E7E7E. Windows color (decimal): -2797424 or 9457877. OLE color: 9457877.

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

Color convert

RGB 213 80 144 -
CMYK 0 0.62 0.32 0.16
HSL 331.13º 0.61% 0.57% -
HSV(B) 331.13º 0.62% 0.84% -
XYZ 35.34 21.9 28.75 -
YUV 127.06 137.56 189.3 -
System Red Green Blue C M Y K H S L
Decimal 213 80 144 0 0.62 0.32 0.16 331.13 0.61 0.57
Hex D5 50 90 0 3E 20 10 14B 3D 39
Octal 325 120 220 0 76 40 20 513 75 71
Binary 11010101 1010000 10010000 0 111110 100000 10000 101001011 111101 111001

Color Harmonies of #D55090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55090

Black with #D55090

Text Example


Text Example

White with #D55090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55090; }

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

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

background-color css

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

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

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

border-color css

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

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

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