Html Css Color HEX #D84AA8 Mulberry

📋 copy color: '#D84AA8'

red 216 ◦ green 74 ◦ blue 168

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

Shades of Mulberry #D84AA8

Tints of Mulberry #D84AA8

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.16%

 BLUE value IS 168 (66.02% from 255) = 36.68%

R = 47.16%
G = 16.16%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D84AA8 (or 0xD84AA8) is known color: Mulberry. HEX triplet: D8, 4A and A8. RGB value is (216,74,168). Sum of RGB (Red+Green+Blue) = 216+74+168=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 168 (66.02% from 255 or 36.68% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D84AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84AA8 is #27B557. Grayscale: #7E7E7E. Windows color (decimal): -2602328 or 11029208. OLE color: 11029208.

HSL color Cylindrical-coordinate representation of color #D84AA8: hue angle of 320.28º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D84AA8 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 74 168 -
CMYK 0 0.66 0.22 0.15
HSL 320.28º 0.65% 0.57% -
HSV(B) 320.28º 0.66% 0.85% -
XYZ 37.84 22.32 39.36 -
YUV 127.17 151.04 191.36 -
System Red Green Blue C M Y K H S L
Decimal 216 74 168 0 0.66 0.22 0.15 320.28 0.65 0.57
Hex D8 4A A8 0 42 16 F 140 41 39
Octal 330 112 250 0 102 26 17 500 101 71
Binary 11011000 1001010 10101000 0 1000010 10110 1111 101000000 1000001 111001

Color Harmonies of #D84AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84AA8

Black with #D84AA8

Text Example


Text Example

White with #D84AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84AA8; }

 p { color: rgb(216,74,168); }

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

background-color css

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

 a { background-color: rgb(216,74,168); }

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

border-color css

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

 span { border-color: rgb(216,74,168); }

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