Html Css Color HEX #D84CAA Mulberry

📋 copy color: '#D84CAA'

red 216 ◦ green 76 ◦ blue 170

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

Shades of Mulberry #D84CAA

Tints of Mulberry #D84CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.45%

 BLUE value IS 170 (66.8% from 255) = 36.8%

R = 46.75%
G = 16.45%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D84CAA (or 0xD84CAA) is known color: Mulberry. HEX triplet: D8, 4C and AA. RGB value is (216,76,170). Sum of RGB (Red+Green+Blue) = 216+76+170=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 76 (30.08% from 255 or 16.45% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D84CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84CAA is #27B355. Grayscale: #808080. Windows color (decimal): -2601814 or 11160792. OLE color: 11160792.

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

Color convert

RGB 216 76 170 -
CMYK 0 0.65 0.21 0.15
HSL 319.71º 0.64% 0.57% -
HSV(B) 319.71º 0.65% 0.85% -
XYZ 38.16 22.67 40.39 -
YUV 128.58 151.38 190.36 -
System Red Green Blue C M Y K H S L
Decimal 216 76 170 0 0.65 0.21 0.15 319.71 0.64 0.57
Hex D8 4C AA 0 41 15 F 140 40 39
Octal 330 114 252 0 101 25 17 500 100 71
Binary 11011000 1001100 10101010 0 1000001 10101 1111 101000000 1000000 111001

Color Harmonies of #D84CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84CAA

Black with #D84CAA

Text Example


Text Example

White with #D84CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84CAA; }

 p { color: rgb(216,76,170); }

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

background-color css

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

 a { background-color: rgb(216,76,170); }

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

border-color css

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

 span { border-color: rgb(216,76,170); }

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