Html Css Color HEX #D55294 Mulberry

📋 copy color: '#D55294'

red 213 ◦ green 82 ◦ blue 148

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

Shades of Mulberry #D55294

Tints of Mulberry #D55294

RGB

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

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

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

R = 48.08%
G = 18.51%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D55294 (or 0xD55294) is known color: Mulberry. HEX triplet: D5, 52 and 94. RGB value is (213,82,148). Sum of RGB (Red+Green+Blue) = 213+82+148=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D55294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55294 is #2AAD6B. Grayscale: #808080. Windows color (decimal): -2796908 or 9720533. OLE color: 9720533.

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

Color convert

RGB 213 82 148 -
CMYK 0 0.62 0.31 0.16
HSL 329.77º 0.61% 0.58% -
HSV(B) 329.77º 0.62% 0.84% -
XYZ 35.8 22.32 30.44 -
YUV 128.69 138.9 188.13 -
System Red Green Blue C M Y K H S L
Decimal 213 82 148 0 0.62 0.31 0.16 329.77 0.61 0.58
Hex D5 52 94 0 3E 1F 10 14A 3D 3A
Octal 325 122 224 0 76 37 20 512 75 72
Binary 11010101 1010010 10010100 0 111110 11111 10000 101001010 111101 111010

Color Harmonies of #D55294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55294

Black with #D55294

Text Example


Text Example

White with #D55294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55294; }

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

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

background-color css

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

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

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

border-color css

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

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

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