Html Css Color HEX #D94695 Mulberry

📋 copy color: '#D94695'

red 217 ◦ green 70 ◦ blue 149

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

Shades of Mulberry #D94695

Tints of Mulberry #D94695

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.06%

 BLUE value IS 149 (58.59% from 255) = 34.17%

R = 49.77%
G = 16.06%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D94695 (or 0xD94695) is known color: Mulberry. HEX triplet: D9, 46 and 95. RGB value is (217,70,149). Sum of RGB (Red+Green+Blue) = 217+70+149=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D94695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94695 is #26B96A. Grayscale: #7A7A7A. Windows color (decimal): -2537835 or 9783001. OLE color: 9783001.

HSL color Cylindrical-coordinate representation of color #D94695: hue angle of 327.76º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D94695 is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 70 149 -
CMYK 0 0.68 0.31 0.15
HSL 327.76º 0.66% 0.56% -
HSV(B) 327.76º 0.68% 0.85% -
XYZ 36.23 21.3 30.64 -
YUV 122.96 142.7 195.08 -
System Red Green Blue C M Y K H S L
Decimal 217 70 149 0 0.68 0.31 0.15 327.76 0.66 0.56
Hex D9 46 95 0 44 1F F 148 42 38
Octal 331 106 225 0 104 37 17 510 102 70
Binary 11011001 1000110 10010101 0 1000100 11111 1111 101001000 1000010 111000

Color Harmonies of #D94695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94695

Black with #D94695

Text Example


Text Example

White with #D94695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94695; }

 p { color: rgb(217,70,149); }

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

background-color css

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

 a { background-color: rgb(217,70,149); }

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

border-color css

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

 span { border-color: rgb(217,70,149); }

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