Html Css Color HEX #D55392 Mulberry

📋 copy color: '#D55392'

red 213 ◦ green 83 ◦ blue 146

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

Shades of Mulberry #D55392

Tints of Mulberry #D55392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.03%

R = 48.19%
G = 18.78%
B = 33.03%

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

#D55392 (or 0xD55392) is known color: Mulberry. HEX triplet: D5, 53 and 92. RGB value is (213,83,146). Sum of RGB (Red+Green+Blue) = 213+83+146=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 83 (32.81% from 255 or 18.78% from 442); Blue value is 146 (57.42% from 255 or 33.03% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D55392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55392 is #2AAC6D. Grayscale: #808080. Windows color (decimal): -2796654 or 9589717. OLE color: 9589717.

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

Color convert

RGB 213 83 146 -
CMYK 0 0.61 0.31 0.16
HSL 330.92º 0.61% 0.58% -
HSV(B) 330.92º 0.61% 0.84% -
XYZ 35.72 22.41 29.64 -
YUV 129.05 137.57 187.88 -
System Red Green Blue C M Y K H S L
Decimal 213 83 146 0 0.61 0.31 0.16 330.92 0.61 0.58
Hex D5 53 92 0 3D 1F 10 14B 3D 3A
Octal 325 123 222 0 75 37 20 513 75 72
Binary 11010101 1010011 10010010 0 111101 11111 10000 101001011 111101 111010

Color Harmonies of #D55392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55392

Black with #D55392

Text Example


Text Example

White with #D55392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55392; }

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

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

background-color css

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

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

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

border-color css

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

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

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