Html Css Color HEX #D94997 Mulberry

📋 copy color: '#D94997'

red 217 ◦ green 73 ◦ blue 151

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

Shades of Mulberry #D94997

Tints of Mulberry #D94997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 34.24%

R = 49.21%
G = 16.55%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D94997 (or 0xD94997) is known color: Mulberry. HEX triplet: D9, 49 and 97. RGB value is (217,73,151). Sum of RGB (Red+Green+Blue) = 217+73+151=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 151 (59.38% from 255 or 34.24% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D94997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94997 is #26B668. Grayscale: #7C7C7C. Windows color (decimal): -2537065 or 9914841. OLE color: 9914841.

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

Color convert

RGB 217 73 151 -
CMYK 0 0.66 0.30 0.15
HSL 327.5º 0.65% 0.57% -
HSV(B) 327.5º 0.66% 0.85% -
XYZ 36.58 21.75 31.55 -
YUV 124.95 142.71 193.66 -
System Red Green Blue C M Y K H S L
Decimal 217 73 151 0 0.66 0.30 0.15 327.5 0.65 0.57
Hex D9 49 97 0 42 1E F 148 41 39
Octal 331 111 227 0 102 36 17 510 101 71
Binary 11011001 1001001 10010111 0 1000010 11110 1111 101001000 1000001 111001

Color Harmonies of #D94997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94997

Black with #D94997

Text Example


Text Example

White with #D94997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94997; }

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

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

background-color css

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

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

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

border-color css

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

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

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