Html Css Color HEX #D9509A Mulberry

📋 copy color: '#D9509A'

red 217 ◦ green 80 ◦ blue 154

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

Shades of Mulberry #D9509A

Tints of Mulberry #D9509A

RGB

 RED value IS 217 (85.16% from 255) = 48.12%

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

 BLUE value IS 154 (60.55% from 255) = 34.15%

R = 48.12%
G = 17.74%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D9509A (or 0xD9509A) is known color: Mulberry. HEX triplet: D9, 50 and 9A. RGB value is (217,80,154). Sum of RGB (Red+Green+Blue) = 217+80+154=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 80 (31.64% from 255 or 17.74% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D9509A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9509A is #26AF65. Grayscale: #818181. Windows color (decimal): -2535270 or 10113241. OLE color: 10113241.

HSL color Cylindrical-coordinate representation of color #D9509A: hue angle of 327.59º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D9509A is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 80 154 -
CMYK 0 0.63 0.29 0.15
HSL 327.59º 0.64% 0.58% -
HSV(B) 327.59º 0.63% 0.85% -
XYZ 37.32 22.82 33.01 -
YUV 129.4 141.89 190.48 -
System Red Green Blue C M Y K H S L
Decimal 217 80 154 0 0.63 0.29 0.15 327.59 0.64 0.58
Hex D9 50 9A 0 3F 1D F 148 40 3A
Octal 331 120 232 0 77 35 17 510 100 72
Binary 11011001 1010000 10011010 0 111111 11101 1111 101001000 1000000 111010

Color Harmonies of #D9509A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9509A

Black with #D9509A

Text Example


Text Example

White with #D9509A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9509A; }

 p { color: rgb(217,80,154); }

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

background-color css

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

 a { background-color: rgb(217,80,154); }

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

border-color css

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

 span { border-color: rgb(217,80,154); }

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