Html Css Color HEX #D84CA1 Mulberry

📋 copy color: '#D84CA1'

red 216 ◦ green 76 ◦ blue 161

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

Shades of Mulberry #D84CA1

Tints of Mulberry #D84CA1

RGB

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

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

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

R = 47.68%
G = 16.78%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D84CA1 (or 0xD84CA1) is known color: Mulberry. HEX triplet: D8, 4C and A1. RGB value is (216,76,161). Sum of RGB (Red+Green+Blue) = 216+76+161=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 76 (30.08% from 255 or 16.78% from 453); Blue value is 161 (63.28% from 255 or 35.54% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D84CA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84CA1 is #27B35E. Grayscale: #7F7F7F. Windows color (decimal): -2601823 or 10570968. OLE color: 10570968.

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

Color convert

RGB 216 76 161 -
CMYK 0 0.65 0.25 0.15
HSL 323.57º 0.64% 0.57% -
HSV(B) 323.57º 0.65% 0.85% -
XYZ 37.34 22.34 36.06 -
YUV 127.55 146.88 191.09 -
System Red Green Blue C M Y K H S L
Decimal 216 76 161 0 0.65 0.25 0.15 323.57 0.64 0.57
Hex D8 4C A1 0 41 19 F 144 40 39
Octal 330 114 241 0 101 31 17 504 100 71
Binary 11011000 1001100 10100001 0 1000001 11001 1111 101000100 1000000 111001

Color Harmonies of #D84CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84CA1

Black with #D84CA1

Text Example


Text Example

White with #D84CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84CA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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