Html Css Color HEX #D55397 Mulberry

📋 copy color: '#D55397'

red 213 ◦ green 83 ◦ blue 151

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

Shades of Mulberry #D55397

Tints of Mulberry #D55397

RGB

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

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

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

R = 47.65%
G = 18.57%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D55397 (or 0xD55397) is known color: Mulberry. HEX triplet: D5, 53 and 97. RGB value is (213,83,151). Sum of RGB (Red+Green+Blue) = 213+83+151=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 83 (32.81% from 255 or 18.57% from 447); Blue value is 151 (59.38% from 255 or 33.78% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D55397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55397 is #2AAC68. Grayscale: #818181. Windows color (decimal): -2796649 or 9917397. OLE color: 9917397.

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

Color convert

RGB 213 83 151 -
CMYK 0 0.61 0.29 0.16
HSL 328.62º 0.61% 0.58% -
HSV(B) 328.62º 0.61% 0.84% -
XYZ 36.12 22.57 31.73 -
YUV 129.62 140.07 187.47 -
System Red Green Blue C M Y K H S L
Decimal 213 83 151 0 0.61 0.29 0.16 328.62 0.61 0.58
Hex D5 53 97 0 3D 1D 10 149 3D 3A
Octal 325 123 227 0 75 35 20 511 75 72
Binary 11010101 1010011 10010111 0 111101 11101 10000 101001001 111101 111010

Color Harmonies of #D55397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55397

Black with #D55397

Text Example


Text Example

White with #D55397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55397; }

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

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

background-color css

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

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

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

border-color css

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

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

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