Html Css Color HEX #D95694 Mulberry

📋 copy color: '#D95694'

red 217 ◦ green 86 ◦ blue 148

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

Shades of Mulberry #D95694

Tints of Mulberry #D95694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.82%

R = 48.12%
G = 19.07%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D95694 (or 0xD95694) is known color: Mulberry. HEX triplet: D9, 56 and 94. RGB value is (217,86,148). Sum of RGB (Red+Green+Blue) = 217+86+148=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 86 (33.98% from 255 or 19.07% from 451); Blue value is 148 (58.20% from 255 or 32.82% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D95694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95694 is #26A96B. Grayscale: #848484. Windows color (decimal): -2533740 or 9721561. OLE color: 9721561.

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

Color convert

RGB 217 86 148 -
CMYK 0 0.60 0.32 0.15
HSL 331.6º 0.63% 0.59% -
HSV(B) 331.6º 0.6% 0.85% -
XYZ 37.29 23.55 30.6 -
YUV 132.24 136.9 188.46 -
System Red Green Blue C M Y K H S L
Decimal 217 86 148 0 0.60 0.32 0.15 331.6 0.63 0.59
Hex D9 56 94 0 3C 20 F 14C 3F 3B
Octal 331 126 224 0 74 40 17 514 77 73
Binary 11011001 1010110 10010100 0 111100 100000 1111 101001100 111111 111011

Color Harmonies of #D95694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95694

Black with #D95694

Text Example


Text Example

White with #D95694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95694; }

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

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

background-color css

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

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

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

border-color css

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

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

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