Html Css Color HEX #D84A94 Mulberry

📋 copy color: '#D84A94'

red 216 ◦ green 74 ◦ blue 148

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

Shades of Mulberry #D84A94

Tints of Mulberry #D84A94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.79%

R = 49.32%
G = 16.89%
B = 33.79%

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

#D84A94 (or 0xD84A94) is known color: Mulberry. HEX triplet: D8, 4A and 94. RGB value is (216,74,148). Sum of RGB (Red+Green+Blue) = 216+74+148=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 74 (29.30% from 255 or 16.89% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84A94 is #27B56B. Grayscale: #7C7C7C. Windows color (decimal): -2602348 or 9718488. OLE color: 9718488.

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

Color convert

RGB 216 74 148 -
CMYK 0 0.66 0.31 0.15
HSL 328.73º 0.65% 0.57% -
HSV(B) 328.73º 0.66% 0.85% -
XYZ 36.11 21.63 30.29 -
YUV 124.89 141.04 192.98 -
System Red Green Blue C M Y K H S L
Decimal 216 74 148 0 0.66 0.31 0.15 328.73 0.65 0.57
Hex D8 4A 94 0 42 1F F 149 41 39
Octal 330 112 224 0 102 37 17 511 101 71
Binary 11011000 1001010 10010100 0 1000010 11111 1111 101001001 1000001 111001

Color Harmonies of #D84A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84A94

Black with #D84A94

Text Example


Text Example

White with #D84A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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