Html Css Color HEX #D95598 Mulberry

📋 copy color: '#D95598'

red 217 ◦ green 85 ◦ blue 152

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

Shades of Mulberry #D95598

Tints of Mulberry #D95598

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.72%

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

R = 47.8%
G = 18.72%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D95598 (or 0xD95598) is known color: Mulberry. HEX triplet: D9, 55 and 98. RGB value is (217,85,152). Sum of RGB (Red+Green+Blue) = 217+85+152=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 152 (59.77% from 255 or 33.48% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D95598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95598 is #26AA67. Grayscale: #838383. Windows color (decimal): -2533992 or 9983449. OLE color: 9983449.

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

Color convert

RGB 217 85 152 -
CMYK 0 0.61 0.30 0.15
HSL 329.55º 0.63% 0.59% -
HSV(B) 329.55º 0.61% 0.85% -
XYZ 37.53 23.52 32.27 -
YUV 132.11 139.23 188.55 -
System Red Green Blue C M Y K H S L
Decimal 217 85 152 0 0.61 0.30 0.15 329.55 0.63 0.59
Hex D9 55 98 0 3D 1E F 14A 3F 3B
Octal 331 125 230 0 75 36 17 512 77 73
Binary 11011001 1010101 10011000 0 111101 11110 1111 101001010 111111 111011

Color Harmonies of #D95598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95598

Black with #D95598

Text Example


Text Example

White with #D95598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95598; }

 p { color: rgb(217,85,152); }

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

background-color css

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

 a { background-color: rgb(217,85,152); }

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

border-color css

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

 span { border-color: rgb(217,85,152); }

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