Html Css Color HEX #D84A92 Mulberry

📋 copy color: '#D84A92'

red 216 ◦ green 74 ◦ blue 146

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

Shades of Mulberry #D84A92

Tints of Mulberry #D84A92

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.97%

 BLUE value IS 146 (57.42% from 255) = 33.49%

R = 49.54%
G = 16.97%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D84A92 (or 0xD84A92) is known color: Mulberry. HEX triplet: D8, 4A and 92. RGB value is (216,74,146). Sum of RGB (Red+Green+Blue) = 216+74+146=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 146 (57.42% from 255 or 33.49% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84A92 is #27B56D. Grayscale: #7C7C7C. Windows color (decimal): -2602350 or 9587416. OLE color: 9587416.

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

Color convert

RGB 216 74 146 -
CMYK 0 0.66 0.32 0.15
HSL 329.58º 0.65% 0.57% -
HSV(B) 329.58º 0.66% 0.85% -
XYZ 35.96 21.57 29.46 -
YUV 124.67 140.04 193.15 -
System Red Green Blue C M Y K H S L
Decimal 216 74 146 0 0.66 0.32 0.15 329.58 0.65 0.57
Hex D8 4A 92 0 42 20 F 14A 41 39
Octal 330 112 222 0 102 40 17 512 101 71
Binary 11011000 1001010 10010010 0 1000010 100000 1111 101001010 1000001 111001

Color Harmonies of #D84A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84A92

Black with #D84A92

Text Example


Text Example

White with #D84A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84A92; }

 p { color: rgb(216,74,146); }

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

background-color css

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

 a { background-color: rgb(216,74,146); }

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

border-color css

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

 span { border-color: rgb(216,74,146); }

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