Html Css Color HEX #D55297 Mulberry

📋 copy color: '#D55297'

red 213 ◦ green 82 ◦ blue 151

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

Shades of Mulberry #D55297

Tints of Mulberry #D55297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 33.86%

R = 47.76%
G = 18.39%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D55297 (or 0xD55297) is known color: Mulberry. HEX triplet: D5, 52 and 97. RGB value is (213,82,151). Sum of RGB (Red+Green+Blue) = 213+82+151=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 82 (32.42% from 255 or 18.39% from 446); Blue value is 151 (59.38% from 255 or 33.86% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D55297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55297 is #2AAD68. Grayscale: #808080. Windows color (decimal): -2796905 or 9917141. OLE color: 9917141.

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

Color convert

RGB 213 82 151 -
CMYK 0 0.62 0.29 0.16
HSL 328.4º 0.61% 0.58% -
HSV(B) 328.4º 0.62% 0.84% -
XYZ 36.04 22.42 31.7 -
YUV 129.04 140.4 187.89 -
System Red Green Blue C M Y K H S L
Decimal 213 82 151 0 0.62 0.29 0.16 328.4 0.61 0.58
Hex D5 52 97 0 3E 1D 10 148 3D 3A
Octal 325 122 227 0 76 35 20 510 75 72
Binary 11010101 1010010 10010111 0 111110 11101 10000 101001000 111101 111010

Color Harmonies of #D55297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55297

Black with #D55297

Text Example


Text Example

White with #D55297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55297; }

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

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

background-color css

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

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

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

border-color css

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

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

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