Html Css Color HEX #D55097 Mulberry

📋 copy color: '#D55097'

red 213 ◦ green 80 ◦ blue 151

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

Shades of Mulberry #D55097

Tints of Mulberry #D55097

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.02%

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

R = 47.97%
G = 18.02%
B = 34.01%

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

#D55097 (or 0xD55097) is known color: Mulberry. HEX triplet: D5, 50 and 97. RGB value is (213,80,151). Sum of RGB (Red+Green+Blue) = 213+80+151=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 80 (31.64% from 255 or 18.02% from 444); Blue value is 151 (59.38% from 255 or 34.01% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D55097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55097 is #2AAF68. Grayscale: #7F7F7F. Windows color (decimal): -2797417 or 9916629. OLE color: 9916629.

HSL color Cylindrical-coordinate representation of color #D55097: hue angle of 327.97º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D55097 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 80 151 -
CMYK 0 0.62 0.29 0.16
HSL 327.97º 0.61% 0.57% -
HSV(B) 327.97º 0.62% 0.84% -
XYZ 35.9 22.12 31.66 -
YUV 127.86 141.06 188.73 -
System Red Green Blue C M Y K H S L
Decimal 213 80 151 0 0.62 0.29 0.16 327.97 0.61 0.57
Hex D5 50 97 0 3E 1D 10 148 3D 39
Octal 325 120 227 0 76 35 20 510 75 71
Binary 11010101 1010000 10010111 0 111110 11101 10000 101001000 111101 111001

Color Harmonies of #D55097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55097

Black with #D55097

Text Example


Text Example

White with #D55097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55097; }

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

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

background-color css

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

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

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

border-color css

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

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

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