Html Css Color HEX #D94995 Mulberry

📋 copy color: '#D94995'

red 217 ◦ green 73 ◦ blue 149

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

Shades of Mulberry #D94995

Tints of Mulberry #D94995

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.63%

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

R = 49.43%
G = 16.63%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D94995 (or 0xD94995) is known color: Mulberry. HEX triplet: D9, 49 and 95. RGB value is (217,73,149). Sum of RGB (Red+Green+Blue) = 217+73+149=439 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.43% from 439); Green value is 73 (28.91% from 255 or 16.63% from 439); Blue value is 149 (58.59% from 255 or 33.94% from 439); Max value from RGB is 217 - color contains mainly: red. Hex color #D94995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94995 is #26B66A. Grayscale: #7C7C7C. Windows color (decimal): -2537067 or 9783769. OLE color: 9783769.

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

Color convert

RGB 217 73 149 -
CMYK 0 0.66 0.31 0.15
HSL 328.33º 0.65% 0.57% -
HSV(B) 328.33º 0.66% 0.85% -
XYZ 36.42 21.69 30.7 -
YUV 124.72 141.71 193.82 -
System Red Green Blue C M Y K H S L
Decimal 217 73 149 0 0.66 0.31 0.15 328.33 0.65 0.57
Hex D9 49 95 0 42 1F F 148 41 39
Octal 331 111 225 0 102 37 17 510 101 71
Binary 11011001 1001001 10010101 0 1000010 11111 1111 101001000 1000001 111001

Color Harmonies of #D94995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94995

Black with #D94995

Text Example


Text Example

White with #D94995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94995; }

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

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

background-color css

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

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

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

border-color css

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

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

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