Html Css Color HEX #D95698 Mulberry

📋 copy color: '#D95698'

red 217 ◦ green 86 ◦ blue 152

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

Shades of Mulberry #D95698

Tints of Mulberry #D95698

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.9%

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

R = 47.69%
G = 18.9%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D95698 (or 0xD95698) is known color: Mulberry. HEX triplet: D9, 56 and 98. RGB value is (217,86,152). Sum of RGB (Red+Green+Blue) = 217+86+152=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 86 (33.98% from 255 or 18.90% from 455); Blue value is 152 (59.77% from 255 or 33.41% from 455); Max value from RGB is 217 - color contains mainly: red. Hex color #D95698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95698 is #26A967. Grayscale: #848484. Windows color (decimal): -2533736 or 9983705. OLE color: 9983705.

HSL color Cylindrical-coordinate representation of color #D95698: hue angle of 329.77º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D95698 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 86 152 -
CMYK 0 0.60 0.30 0.15
HSL 329.77º 0.63% 0.59% -
HSV(B) 329.77º 0.6% 0.85% -
XYZ 37.61 23.67 32.29 -
YUV 132.69 138.9 188.13 -
System Red Green Blue C M Y K H S L
Decimal 217 86 152 0 0.60 0.30 0.15 329.77 0.63 0.59
Hex D9 56 98 0 3C 1E F 14A 3F 3B
Octal 331 126 230 0 74 36 17 512 77 73
Binary 11011001 1010110 10011000 0 111100 11110 1111 101001010 111111 111011

Color Harmonies of #D95698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95698

Black with #D95698

Text Example


Text Example

White with #D95698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95698; }

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

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

background-color css

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

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

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

border-color css

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

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

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