Html Css Color HEX #D55098 Mulberry

📋 copy color: '#D55098'

red 213 ◦ green 80 ◦ blue 152

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

Shades of Mulberry #D55098

Tints of Mulberry #D55098

RGB

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

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

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

R = 47.87%
G = 17.98%
B = 34.16%

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

#D55098 (or 0xD55098) is known color: Mulberry. HEX triplet: D5, 50 and 98. RGB value is (213,80,152). Sum of RGB (Red+Green+Blue) = 213+80+152=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 80 (31.64% from 255 or 17.98% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D55098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55098 is #2AAF67. Grayscale: #7F7F7F. Windows color (decimal): -2797416 or 9982165. OLE color: 9982165.

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

Color convert

RGB 213 80 152 -
CMYK 0 0.62 0.29 0.16
HSL 327.52º 0.61% 0.57% -
HSV(B) 327.52º 0.62% 0.84% -
XYZ 35.98 22.15 32.09 -
YUV 127.98 141.56 188.65 -
System Red Green Blue C M Y K H S L
Decimal 213 80 152 0 0.62 0.29 0.16 327.52 0.61 0.57
Hex D5 50 98 0 3E 1D 10 148 3D 39
Octal 325 120 230 0 76 35 20 510 75 71
Binary 11010101 1010000 10011000 0 111110 11101 10000 101001000 111101 111001

Color Harmonies of #D55098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55098

Black with #D55098

Text Example


Text Example

White with #D55098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55098; }

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

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

background-color css

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

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

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

border-color css

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

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

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