Html Css Color HEX #D94FA9 Mulberry

📋 copy color: '#D94FA9'

red 217 ◦ green 79 ◦ blue 169

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

Shades of Mulberry #D94FA9

Tints of Mulberry #D94FA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 36.34%

R = 46.67%
G = 16.99%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D94FA9 (or 0xD94FA9) is known color: Mulberry. HEX triplet: D9, 4F and A9. RGB value is (217,79,169). Sum of RGB (Red+Green+Blue) = 217+79+169=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 79 (31.25% from 255 or 16.99% from 465); Blue value is 169 (66.41% from 255 or 36.34% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D94FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D94FA9 is #26B056. Grayscale: #828282. Windows color (decimal): -2535511 or 11096025. OLE color: 11096025.

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

Color convert

RGB 217 79 169 -
CMYK 0 0.64 0.22 0.15
HSL 320.87º 0.64% 0.58% -
HSV(B) 320.87º 0.64% 0.85% -
XYZ 38.57 23.21 39.98 -
YUV 130.52 149.72 189.68 -
System Red Green Blue C M Y K H S L
Decimal 217 79 169 0 0.64 0.22 0.15 320.87 0.64 0.58
Hex D9 4F A9 0 40 16 F 141 40 3A
Octal 331 117 251 0 100 26 17 501 100 72
Binary 11011001 1001111 10101001 0 1000000 10110 1111 101000001 1000000 111010

Color Harmonies of #D94FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94FA9

Black with #D94FA9

Text Example


Text Example

White with #D94FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94FA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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