Html Css Color HEX #D84AA2 Mulberry

📋 copy color: '#D84AA2'

red 216 ◦ green 74 ◦ blue 162

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

Shades of Mulberry #D84AA2

Tints of Mulberry #D84AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.84%

R = 47.79%
G = 16.37%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D84AA2 (or 0xD84AA2) is known color: Mulberry. HEX triplet: D8, 4A and A2. RGB value is (216,74,162). Sum of RGB (Red+Green+Blue) = 216+74+162=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 74 (29.30% from 255 or 16.37% from 452); Blue value is 162 (63.67% from 255 or 35.84% from 452); Max value from RGB is 216 - color contains mainly: red. Hex color #D84AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84AA2 is #27B55D. Grayscale: #7E7E7E. Windows color (decimal): -2602334 or 10635992. OLE color: 10635992.

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

Color convert

RGB 216 74 162 -
CMYK 0 0.66 0.25 0.15
HSL 322.82º 0.65% 0.57% -
HSV(B) 322.82º 0.66% 0.85% -
XYZ 37.29 22.11 36.48 -
YUV 126.49 148.04 191.84 -
System Red Green Blue C M Y K H S L
Decimal 216 74 162 0 0.66 0.25 0.15 322.82 0.65 0.57
Hex D8 4A A2 0 42 19 F 143 41 39
Octal 330 112 242 0 102 31 17 503 101 71
Binary 11011000 1001010 10100010 0 1000010 11001 1111 101000011 1000001 111001

Color Harmonies of #D84AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84AA2

Black with #D84AA2

Text Example


Text Example

White with #D84AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84AA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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