Html Css Color HEX #D84C8D Mulberry

📋 copy color: '#D84C8D'

red 216 ◦ green 76 ◦ blue 141

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

Shades of Mulberry #D84C8D

Tints of Mulberry #D84C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.56%

R = 49.88%
G = 17.55%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D84C8D (or 0xD84C8D) is known color: Mulberry. HEX triplet: D8, 4C and 8D. RGB value is (216,76,141). Sum of RGB (Red+Green+Blue) = 216+76+141=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 76 (30.08% from 255 or 17.55% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84C8D is #27B372. Grayscale: #7D7D7D. Windows color (decimal): -2601843 or 9260248. OLE color: 9260248.

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

Color convert

RGB 216 76 141 -
CMYK 0 0.65 0.35 0.15
HSL 332.14º 0.64% 0.57% -
HSV(B) 332.14º 0.65% 0.85% -
XYZ 35.71 21.69 27.5 -
YUV 125.27 136.88 192.71 -
System Red Green Blue C M Y K H S L
Decimal 216 76 141 0 0.65 0.35 0.15 332.14 0.64 0.57
Hex D8 4C 8D 0 41 23 F 14C 40 39
Octal 330 114 215 0 101 43 17 514 100 71
Binary 11011000 1001100 10001101 0 1000001 100011 1111 101001100 1000000 111001

Color Harmonies of #D84C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84C8D

Black with #D84C8D

Text Example


Text Example

White with #D84C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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