Html Css Color HEX #D95499 Mulberry

📋 copy color: '#D95499'

red 217 ◦ green 84 ◦ blue 153

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

Shades of Mulberry #D95499

Tints of Mulberry #D95499

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.5%

 BLUE value IS 153 (60.16% from 255) = 33.7%

R = 47.8%
G = 18.5%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D95499 (or 0xD95499) is known color: Mulberry. HEX triplet: D9, 54 and 99. RGB value is (217,84,153). Sum of RGB (Red+Green+Blue) = 217+84+153=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 84 (33.20% from 255 or 18.50% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D95499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95499 is #26AB66. Grayscale: #838383. Windows color (decimal): -2534247 or 10048729. OLE color: 10048729.

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

Color convert

RGB 217 84 153 -
CMYK 0 0.61 0.29 0.15
HSL 328.87º 0.64% 0.59% -
HSV(B) 328.87º 0.61% 0.85% -
XYZ 37.54 23.39 32.67 -
YUV 131.63 140.06 188.89 -
System Red Green Blue C M Y K H S L
Decimal 217 84 153 0 0.61 0.29 0.15 328.87 0.64 0.59
Hex D9 54 99 0 3D 1D F 149 40 3B
Octal 331 124 231 0 75 35 17 511 100 73
Binary 11011001 1010100 10011001 0 111101 11101 1111 101001001 1000000 111011

Color Harmonies of #D95499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95499

Black with #D95499

Text Example


Text Example

White with #D95499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95499; }

 p { color: rgb(217,84,153); }

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

background-color css

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

 a { background-color: rgb(217,84,153); }

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

border-color css

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

 span { border-color: rgb(217,84,153); }

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