Html Css Color HEX #D64EA9 Mulberry

📋 copy color: '#D64EA9'

red 214 ◦ green 78 ◦ blue 169

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

Shades of Mulberry #D64EA9

Tints of Mulberry #D64EA9

RGB

 RED value IS 214 (83.98% from 255) = 46.42%

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

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

R = 46.42%
G = 16.92%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D64EA9 (or 0xD64EA9) is known color: Mulberry. HEX triplet: D6, 4E and A9. RGB value is (214,78,169). Sum of RGB (Red+Green+Blue) = 214+78+169=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 78 (30.86% from 255 or 16.92% from 461); Blue value is 169 (66.41% from 255 or 36.66% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D64EA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64EA9 is #29B156. Grayscale: #808080. Windows color (decimal): -2732375 or 11095766. OLE color: 11095766.

HSL color Cylindrical-coordinate representation of color #D64EA9: hue angle of 319.85º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D64EA9 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 78 169 -
CMYK 0 0.64 0.21 0.16
HSL 319.85º 0.62% 0.57% -
HSV(B) 319.85º 0.64% 0.84% -
XYZ 37.62 22.61 39.92 -
YUV 129.04 150.56 188.6 -
System Red Green Blue C M Y K H S L
Decimal 214 78 169 0 0.64 0.21 0.16 319.85 0.62 0.57
Hex D6 4E A9 0 40 15 10 140 3E 39
Octal 326 116 251 0 100 25 20 500 76 71
Binary 11010110 1001110 10101001 0 1000000 10101 10000 101000000 111110 111001

Color Harmonies of #D64EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64EA9

Black with #D64EA9

Text Example


Text Example

White with #D64EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64EA9; }

 p { color: rgb(214,78,169); }

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

background-color css

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

 a { background-color: rgb(214,78,169); }

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

border-color css

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

 span { border-color: rgb(214,78,169); }

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