Html Css Color HEX #D84C95 Mulberry

📋 copy color: '#D84C95'

red 216 ◦ green 76 ◦ blue 149

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

Shades of Mulberry #D84C95

Tints of Mulberry #D84C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.79%

R = 48.98%
G = 17.23%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D84C95 (or 0xD84C95) is known color: Mulberry. HEX triplet: D8, 4C and 95. RGB value is (216,76,149). Sum of RGB (Red+Green+Blue) = 216+76+149=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 76 (30.08% from 255 or 17.23% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84C95 is #27B36A. Grayscale: #7E7E7E. Windows color (decimal): -2601835 or 9784536. OLE color: 9784536.

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

Color convert

RGB 216 76 149 -
CMYK 0 0.65 0.31 0.15
HSL 328.71º 0.64% 0.57% -
HSV(B) 328.71º 0.65% 0.85% -
XYZ 36.33 21.94 30.75 -
YUV 126.18 140.88 192.06 -
System Red Green Blue C M Y K H S L
Decimal 216 76 149 0 0.65 0.31 0.15 328.71 0.64 0.57
Hex D8 4C 95 0 41 1F F 149 40 39
Octal 330 114 225 0 101 37 17 511 100 71
Binary 11011000 1001100 10010101 0 1000001 11111 1111 101001001 1000000 111001

Color Harmonies of #D84C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84C95

Black with #D84C95

Text Example


Text Example

White with #D84C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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