Html Css Color HEX #D84AAA Mulberry

📋 copy color: '#D84AAA'

red 216 ◦ green 74 ◦ blue 170

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

Shades of Mulberry #D84AAA

Tints of Mulberry #D84AAA

RGB

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

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

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

R = 46.96%
G = 16.09%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D84AAA (or 0xD84AAA) is known color: Mulberry. HEX triplet: D8, 4A and AA. RGB value is (216,74,170). Sum of RGB (Red+Green+Blue) = 216+74+170=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 216 - color contains mainly: red. Hex color #D84AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84AAA is #27B555. Grayscale: #7F7F7F. Windows color (decimal): -2602326 or 11160280. OLE color: 11160280.

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

Color convert

RGB 216 74 170 -
CMYK 0 0.66 0.21 0.15
HSL 319.44º 0.65% 0.57% -
HSV(B) 319.44º 0.66% 0.85% -
XYZ 38.02 22.4 40.35 -
YUV 127.4 152.04 191.19 -
System Red Green Blue C M Y K H S L
Decimal 216 74 170 0 0.66 0.21 0.15 319.44 0.65 0.57
Hex D8 4A AA 0 42 15 F 13F 41 39
Octal 330 112 252 0 102 25 17 477 101 71
Binary 11011000 1001010 10101010 0 1000010 10101 1111 100111111 1000001 111001

Color Harmonies of #D84AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84AAA

Black with #D84AAA

Text Example


Text Example

White with #D84AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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