Html Css Color HEX #D94F96 Mulberry

📋 copy color: '#D94F96'

red 217 ◦ green 79 ◦ blue 150

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

Shades of Mulberry #D94F96

Tints of Mulberry #D94F96

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.71%

 BLUE value IS 150 (58.98% from 255) = 33.63%

R = 48.65%
G = 17.71%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D94F96 (or 0xD94F96) is known color: Mulberry. HEX triplet: D9, 4F and 96. RGB value is (217,79,150). Sum of RGB (Red+Green+Blue) = 217+79+150=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 79 (31.25% from 255 or 17.71% from 446); Blue value is 150 (58.98% from 255 or 33.63% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D94F96 is #26B069. Grayscale: #808080. Windows color (decimal): -2535530 or 9850841. OLE color: 9850841.

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

Color convert

RGB 217 79 150 -
CMYK 0 0.64 0.31 0.15
HSL 329.13º 0.64% 0.58% -
HSV(B) 329.13º 0.64% 0.85% -
XYZ 36.92 22.55 31.26 -
YUV 128.36 140.22 191.23 -
System Red Green Blue C M Y K H S L
Decimal 217 79 150 0 0.64 0.31 0.15 329.13 0.64 0.58
Hex D9 4F 96 0 40 1F F 149 40 3A
Octal 331 117 226 0 100 37 17 511 100 72
Binary 11011001 1001111 10010110 0 1000000 11111 1111 101001001 1000000 111010

Color Harmonies of #D94F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94F96

Black with #D94F96

Text Example


Text Example

White with #D94F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94F96; }

 p { color: rgb(217,79,150); }

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

background-color css

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

 a { background-color: rgb(217,79,150); }

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

border-color css

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

 span { border-color: rgb(217,79,150); }

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