Html Css Color HEX #D94EA5 Mulberry

📋 copy color: '#D94EA5'

red 217 ◦ green 78 ◦ blue 165

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

Shades of Mulberry #D94EA5

Tints of Mulberry #D94EA5

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.96%

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

R = 47.17%
G = 16.96%
B = 35.87%

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

#D94EA5 (or 0xD94EA5) is known color: Mulberry. HEX triplet: D9, 4E and A5. RGB value is (217,78,165). Sum of RGB (Red+Green+Blue) = 217+78+165=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 78 (30.86% from 255 or 16.96% from 460); Blue value is 165 (64.84% from 255 or 35.87% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D94EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D94EA5 is #26B15A. Grayscale: #818181. Windows color (decimal): -2535771 or 10833625. OLE color: 10833625.

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

Color convert

RGB 217 78 165 -
CMYK 0 0.64 0.24 0.15
HSL 322.45º 0.65% 0.58% -
HSV(B) 322.45º 0.64% 0.85% -
XYZ 38.13 22.92 38.01 -
YUV 129.48 148.05 190.43 -
System Red Green Blue C M Y K H S L
Decimal 217 78 165 0 0.64 0.24 0.15 322.45 0.65 0.58
Hex D9 4E A5 0 40 18 F 142 41 3A
Octal 331 116 245 0 100 30 17 502 101 72
Binary 11011001 1001110 10100101 0 1000000 11000 1111 101000010 1000001 111010

Color Harmonies of #D94EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94EA5

Black with #D94EA5

Text Example


Text Example

White with #D94EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94EA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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