Html Css Color HEX #D84996 Mulberry

📋 copy color: '#D84996'

red 216 ◦ green 73 ◦ blue 150

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

Shades of Mulberry #D84996

Tints of Mulberry #D84996

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.63%

 BLUE value IS 150 (58.98% from 255) = 34.17%

R = 49.2%
G = 16.63%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D84996 (or 0xD84996) is known color: Mulberry. HEX triplet: D8, 49 and 96. RGB value is (216,73,150). Sum of RGB (Red+Green+Blue) = 216+73+150=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 73 (28.91% from 255 or 16.63% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D84996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84996 is #27B669. Grayscale: #7C7C7C. Windows color (decimal): -2602602 or 9849304. OLE color: 9849304.

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

Color convert

RGB 216 73 150 -
CMYK 0 0.66 0.31 0.15
HSL 327.69º 0.65% 0.57% -
HSV(B) 327.69º 0.66% 0.85% -
XYZ 36.21 21.57 31.11 -
YUV 124.54 142.38 193.24 -
System Red Green Blue C M Y K H S L
Decimal 216 73 150 0 0.66 0.31 0.15 327.69 0.65 0.57
Hex D8 49 96 0 42 1F F 148 41 39
Octal 330 111 226 0 102 37 17 510 101 71
Binary 11011000 1001001 10010110 0 1000010 11111 1111 101001000 1000001 111001

Color Harmonies of #D84996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84996

Black with #D84996

Text Example


Text Example

White with #D84996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84996; }

 p { color: rgb(216,73,150); }

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

background-color css

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

 a { background-color: rgb(216,73,150); }

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

border-color css

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

 span { border-color: rgb(216,73,150); }

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