Html Css Color HEX #D5509F Mulberry

📋 copy color: '#D5509F'

red 213 ◦ green 80 ◦ blue 159

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

Shades of Mulberry #D5509F

Tints of Mulberry #D5509F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.18%

R = 47.12%
G = 17.7%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D5509F (or 0xD5509F) is known color: Mulberry. HEX triplet: D5, 50 and 9F. RGB value is (213,80,159). Sum of RGB (Red+Green+Blue) = 213+80+159=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 80 (31.64% from 255 or 17.70% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D5509F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5509F is #2AAF60. Grayscale: #808080. Windows color (decimal): -2797409 or 10440917. OLE color: 10440917.

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

Color convert

RGB 213 80 159 -
CMYK 0 0.62 0.25 0.16
HSL 324.36º 0.61% 0.57% -
HSV(B) 324.36º 0.62% 0.84% -
XYZ 36.57 22.39 35.19 -
YUV 128.77 145.06 188.08 -
System Red Green Blue C M Y K H S L
Decimal 213 80 159 0 0.62 0.25 0.16 324.36 0.61 0.57
Hex D5 50 9F 0 3E 19 10 144 3D 39
Octal 325 120 237 0 76 31 20 504 75 71
Binary 11010101 1010000 10011111 0 111110 11001 10000 101000100 111101 111001

Color Harmonies of #D5509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5509F

Black with #D5509F

Text Example


Text Example

White with #D5509F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5509F; }

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

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

background-color css

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

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

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

border-color css

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

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

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