Html Css Color HEX #D84EA0 Mulberry

📋 copy color: '#D84EA0'

red 216 ◦ green 78 ◦ blue 160

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

Shades of Mulberry #D84EA0

Tints of Mulberry #D84EA0

RGB

 RED value IS 216 (84.77% from 255) = 47.58%

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

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

R = 47.58%
G = 17.18%
B = 35.24%

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

#D84EA0 (or 0xD84EA0) is known color: Mulberry. HEX triplet: D8, 4E and A0. RGB value is (216,78,160). Sum of RGB (Red+Green+Blue) = 216+78+160=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 78 (30.86% from 255 or 17.18% from 454); Blue value is 160 (62.89% from 255 or 35.24% from 454); Max value from RGB is 216 - color contains mainly: red. Hex color #D84EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D84EA0 is #27B15F. Grayscale: #808080. Windows color (decimal): -2601312 or 10505944. OLE color: 10505944.

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

Color convert

RGB 216 78 160 -
CMYK 0 0.64 0.26 0.15
HSL 324.35º 0.64% 0.58% -
HSV(B) 324.35º 0.64% 0.85% -
XYZ 37.39 22.59 35.65 -
YUV 128.61 145.72 190.33 -
System Red Green Blue C M Y K H S L
Decimal 216 78 160 0 0.64 0.26 0.15 324.35 0.64 0.58
Hex D8 4E A0 0 40 1A F 144 40 3A
Octal 330 116 240 0 100 32 17 504 100 72
Binary 11011000 1001110 10100000 0 1000000 11010 1111 101000100 1000000 111010

Color Harmonies of #D84EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84EA0

Black with #D84EA0

Text Example


Text Example

White with #D84EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84EA0; }

 p { color: rgb(216,78,160); }

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

background-color css

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

 a { background-color: rgb(216,78,160); }

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

border-color css

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

 span { border-color: rgb(216,78,160); }

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