Html Css Color HEX #D94FA6 Mulberry

📋 copy color: '#D94FA6'

red 217 ◦ green 79 ◦ blue 166

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

Shades of Mulberry #D94FA6

Tints of Mulberry #D94FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.93%

R = 46.97%
G = 17.1%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D94FA6 (or 0xD94FA6) is known color: Mulberry. HEX triplet: D9, 4F and A6. RGB value is (217,79,166). Sum of RGB (Red+Green+Blue) = 217+79+166=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 79 (31.25% from 255 or 17.10% from 462); Blue value is 166 (65.23% from 255 or 35.93% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D94FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D94FA6 is #26B059. Grayscale: #818181. Windows color (decimal): -2535514 or 10899417. OLE color: 10899417.

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

Color convert

RGB 217 79 166 -
CMYK 0 0.64 0.24 0.15
HSL 322.17º 0.64% 0.58% -
HSV(B) 322.17º 0.64% 0.85% -
XYZ 38.29 23.1 38.52 -
YUV 130.18 148.22 189.93 -
System Red Green Blue C M Y K H S L
Decimal 217 79 166 0 0.64 0.24 0.15 322.17 0.64 0.58
Hex D9 4F A6 0 40 18 F 142 40 3A
Octal 331 117 246 0 100 30 17 502 100 72
Binary 11011001 1001111 10100110 0 1000000 11000 1111 101000010 1000000 111010

Color Harmonies of #D94FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94FA6

Black with #D94FA6

Text Example


Text Example

White with #D94FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94FA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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