Html Css Color HEX #D55393 Mulberry

📋 copy color: '#D55393'

red 213 ◦ green 83 ◦ blue 147

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

Shades of Mulberry #D55393

Tints of Mulberry #D55393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 33.18%

R = 48.08%
G = 18.74%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D55393 (or 0xD55393) is known color: Mulberry. HEX triplet: D5, 53 and 93. RGB value is (213,83,147). Sum of RGB (Red+Green+Blue) = 213+83+147=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 83 (32.81% from 255 or 18.74% from 443); Blue value is 147 (57.81% from 255 or 33.18% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D55393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55393 is #2AAC6C. Grayscale: #818181. Windows color (decimal): -2796653 or 9655253. OLE color: 9655253.

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

Color convert

RGB 213 83 147 -
CMYK 0 0.61 0.31 0.16
HSL 330.46º 0.61% 0.58% -
HSV(B) 330.46º 0.61% 0.84% -
XYZ 35.8 22.44 30.05 -
YUV 129.17 138.07 187.8 -
System Red Green Blue C M Y K H S L
Decimal 213 83 147 0 0.61 0.31 0.16 330.46 0.61 0.58
Hex D5 53 93 0 3D 1F 10 14A 3D 3A
Octal 325 123 223 0 75 37 20 512 75 72
Binary 11010101 1010011 10010011 0 111101 11111 10000 101001010 111101 111010

Color Harmonies of #D55393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55393

Black with #D55393

Text Example


Text Example

White with #D55393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55393; }

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

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

background-color css

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

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

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

border-color css

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

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

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