Html Css Color HEX #D84FA1 Mulberry

📋 copy color: '#D84FA1'

red 216 ◦ green 79 ◦ blue 161

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

Shades of Mulberry #D84FA1

Tints of Mulberry #D84FA1

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.32%

 BLUE value IS 161 (63.28% from 255) = 35.31%

R = 47.37%
G = 17.32%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D84FA1 (or 0xD84FA1) is known color: Mulberry. HEX triplet: D8, 4F and A1. RGB value is (216,79,161). Sum of RGB (Red+Green+Blue) = 216+79+161=456 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.37% from 456); Green value is 79 (31.25% from 255 or 17.32% from 456); Blue value is 161 (63.28% from 255 or 35.31% from 456); Max value from RGB is 216 - color contains mainly: red. Hex color #D84FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D84FA1 is #27B05E. Grayscale: #818181. Windows color (decimal): -2601055 or 10571736. OLE color: 10571736.

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

Color convert

RGB 216 79 161 -
CMYK 0 0.63 0.25 0.15
HSL 324.09º 0.64% 0.58% -
HSV(B) 324.09º 0.63% 0.85% -
XYZ 37.55 22.76 36.13 -
YUV 129.31 145.89 189.83 -
System Red Green Blue C M Y K H S L
Decimal 216 79 161 0 0.63 0.25 0.15 324.09 0.64 0.58
Hex D8 4F A1 0 3F 19 F 144 40 3A
Octal 330 117 241 0 77 31 17 504 100 72
Binary 11011000 1001111 10100001 0 111111 11001 1111 101000100 1000000 111010

Color Harmonies of #D84FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84FA1

Black with #D84FA1

Text Example


Text Example

White with #D84FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84FA1; }

 p { color: rgb(216,79,161); }

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

background-color css

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

 a { background-color: rgb(216,79,161); }

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

border-color css

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

 span { border-color: rgb(216,79,161); }

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