Html Css Color HEX #D94FA0 Mulberry

📋 copy color: '#D94FA0'

red 217 ◦ green 79 ◦ blue 160

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

Shades of Mulberry #D94FA0

Tints of Mulberry #D94FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.09%

R = 47.59%
G = 17.32%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D94FA0 (or 0xD94FA0) is known color: Mulberry. HEX triplet: D9, 4F and A0. RGB value is (217,79,160). Sum of RGB (Red+Green+Blue) = 217+79+160=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 79 (31.25% from 255 or 17.32% from 456); Blue value is 160 (62.89% from 255 or 35.09% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D94FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D94FA0 is #26B05F. Grayscale: #818181. Windows color (decimal): -2535520 or 10506201. OLE color: 10506201.

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

Color convert

RGB 217 79 160 -
CMYK 0 0.64 0.26 0.15
HSL 324.78º 0.64% 0.58% -
HSV(B) 324.78º 0.64% 0.85% -
XYZ 37.76 22.88 35.68 -
YUV 129.5 145.22 190.41 -
System Red Green Blue C M Y K H S L
Decimal 217 79 160 0 0.64 0.26 0.15 324.78 0.64 0.58
Hex D9 4F A0 0 40 1A F 145 40 3A
Octal 331 117 240 0 100 32 17 505 100 72
Binary 11011001 1001111 10100000 0 1000000 11010 1111 101000101 1000000 111010

Color Harmonies of #D94FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94FA0

Black with #D94FA0

Text Example


Text Example

White with #D94FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94FA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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