Html Css Color HEX #D55398 Mulberry

📋 copy color: '#D55398'

red 213 ◦ green 83 ◦ blue 152

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

Shades of Mulberry #D55398

Tints of Mulberry #D55398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 33.93%

R = 47.54%
G = 18.53%
B = 33.93%

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

#D55398 (or 0xD55398) is known color: Mulberry. HEX triplet: D5, 53 and 98. RGB value is (213,83,152). Sum of RGB (Red+Green+Blue) = 213+83+152=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 83 (32.81% from 255 or 18.53% from 448); Blue value is 152 (59.77% from 255 or 33.93% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D55398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55398 is #2AAC67. Grayscale: #818181. Windows color (decimal): -2796648 or 9982933. OLE color: 9982933.

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

Color convert

RGB 213 83 152 -
CMYK 0 0.61 0.29 0.16
HSL 328.15º 0.61% 0.58% -
HSV(B) 328.15º 0.61% 0.84% -
XYZ 36.2 22.6 32.16 -
YUV 129.74 140.57 187.39 -
System Red Green Blue C M Y K H S L
Decimal 213 83 152 0 0.61 0.29 0.16 328.15 0.61 0.58
Hex D5 53 98 0 3D 1D 10 148 3D 3A
Octal 325 123 230 0 75 35 20 510 75 72
Binary 11010101 1010011 10011000 0 111101 11101 10000 101001000 111101 111010

Color Harmonies of #D55398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55398

Black with #D55398

Text Example


Text Example

White with #D55398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55398; }

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

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

background-color css

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

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

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

border-color css

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

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

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