Html Css Color HEX #D84BAA Mulberry

📋 copy color: '#D84BAA'

red 216 ◦ green 75 ◦ blue 170

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

Shades of Mulberry #D84BAA

Tints of Mulberry #D84BAA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.27%

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

R = 46.85%
G = 16.27%
B = 36.88%

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

#D84BAA (or 0xD84BAA) is known color: Mulberry. HEX triplet: D8, 4B and AA. RGB value is (216,75,170). Sum of RGB (Red+Green+Blue) = 216+75+170=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 75 (29.69% from 255 or 16.27% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D84BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84BAA is #27B455. Grayscale: #7F7F7F. Windows color (decimal): -2602070 or 11160536. OLE color: 11160536.

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

Color convert

RGB 216 75 170 -
CMYK 0 0.65 0.21 0.15
HSL 319.57º 0.64% 0.57% -
HSV(B) 319.57º 0.65% 0.85% -
XYZ 38.09 22.53 40.37 -
YUV 127.99 151.71 190.78 -
System Red Green Blue C M Y K H S L
Decimal 216 75 170 0 0.65 0.21 0.15 319.57 0.64 0.57
Hex D8 4B AA 0 41 15 F 140 40 39
Octal 330 113 252 0 101 25 17 500 100 71
Binary 11011000 1001011 10101010 0 1000001 10101 1111 101000000 1000000 111001

Color Harmonies of #D84BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84BAA

Black with #D84BAA

Text Example


Text Example

White with #D84BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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