Html Css Color HEX #D94FA5 Mulberry

📋 copy color: '#D94FA5'

red 217 ◦ green 79 ◦ blue 165

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

Shades of Mulberry #D94FA5

Tints of Mulberry #D94FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.79%

R = 47.07%
G = 17.14%
B = 35.79%

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

#D94FA5 (or 0xD94FA5) is known color: Mulberry. HEX triplet: D9, 4F and A5. RGB value is (217,79,165). Sum of RGB (Red+Green+Blue) = 217+79+165=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 79 (31.25% from 255 or 17.14% from 461); Blue value is 165 (64.84% from 255 or 35.79% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D94FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D94FA5 is #26B05A. Grayscale: #818181. Windows color (decimal): -2535515 or 10833881. OLE color: 10833881.

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

Color convert

RGB 217 79 165 -
CMYK 0 0.64 0.24 0.15
HSL 322.61º 0.64% 0.58% -
HSV(B) 322.61º 0.64% 0.85% -
XYZ 38.2 23.06 38.03 -
YUV 130.07 147.72 190.01 -
System Red Green Blue C M Y K H S L
Decimal 217 79 165 0 0.64 0.24 0.15 322.61 0.64 0.58
Hex D9 4F A5 0 40 18 F 143 40 3A
Octal 331 117 245 0 100 30 17 503 100 72
Binary 11011001 1001111 10100101 0 1000000 11000 1111 101000011 1000000 111010

Color Harmonies of #D94FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94FA5

Black with #D94FA5

Text Example


Text Example

White with #D94FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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