Html Css Color HEX #D84A8F Mulberry

📋 copy color: '#D84A8F'

red 216 ◦ green 74 ◦ blue 143

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

Shades of Mulberry #D84A8F

Tints of Mulberry #D84A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.03%

R = 49.88%
G = 17.09%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D84A8F (or 0xD84A8F) is known color: Mulberry. HEX triplet: D8, 4A and 8F. RGB value is (216,74,143). Sum of RGB (Red+Green+Blue) = 216+74+143=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84A8F is #27B570. Grayscale: #7C7C7C. Windows color (decimal): -2602353 or 9390808. OLE color: 9390808.

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

Color convert

RGB 216 74 143 -
CMYK 0 0.66 0.34 0.15
HSL 330.85º 0.65% 0.57% -
HSV(B) 330.85º 0.66% 0.85% -
XYZ 35.73 21.48 28.25 -
YUV 124.32 138.54 193.39 -
System Red Green Blue C M Y K H S L
Decimal 216 74 143 0 0.66 0.34 0.15 330.85 0.65 0.57
Hex D8 4A 8F 0 42 22 F 14B 41 39
Octal 330 112 217 0 102 42 17 513 101 71
Binary 11011000 1001010 10001111 0 1000010 100010 1111 101001011 1000001 111001

Color Harmonies of #D84A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84A8F

Black with #D84A8F

Text Example


Text Example

White with #D84A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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