Html Css Color HEX #D9508C Mulberry

📋 copy color: '#D9508C'

red 217 ◦ green 80 ◦ blue 140

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

Shades of Mulberry #D9508C

Tints of Mulberry #D9508C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.04%

R = 49.66%
G = 18.31%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9508C (or 0xD9508C) is known color: Mulberry. HEX triplet: D9, 50 and 8C. RGB value is (217,80,140). Sum of RGB (Red+Green+Blue) = 217+80+140=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 80 (31.64% from 255 or 18.31% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D9508C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9508C is #26AF73. Grayscale: #7F7F7F. Windows color (decimal): -2535284 or 9195737. OLE color: 9195737.

HSL color Cylindrical-coordinate representation of color #D9508C: hue angle of 333.72º 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 #D9508C is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 80 140 -
CMYK 0 0.63 0.35 0.15
HSL 333.72º 0.64% 0.58% -
HSV(B) 333.72º 0.63% 0.85% -
XYZ 36.22 22.38 27.22 -
YUV 127.8 134.89 191.62 -
System Red Green Blue C M Y K H S L
Decimal 217 80 140 0 0.63 0.35 0.15 333.72 0.64 0.58
Hex D9 50 8C 0 3F 23 F 14E 40 3A
Octal 331 120 214 0 77 43 17 516 100 72
Binary 11011001 1010000 10001100 0 111111 100011 1111 101001110 1000000 111010

Color Harmonies of #D9508C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9508C

Black with #D9508C

Text Example


Text Example

White with #D9508C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9508C; }

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

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

background-color css

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

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

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

border-color css

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

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

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