Html Css Color HEX #D84D8C Mulberry

📋 copy color: '#D84D8C'

red 216 ◦ green 77 ◦ blue 140

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

Shades of Mulberry #D84D8C

Tints of Mulberry #D84D8C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.78%

 BLUE value IS 140 (55.08% from 255) = 32.33%

R = 49.88%
G = 17.78%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D84D8C (or 0xD84D8C) is known color: Mulberry. HEX triplet: D8, 4D and 8C. RGB value is (216,77,140). Sum of RGB (Red+Green+Blue) = 216+77+140=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D84D8C is #27B273. Grayscale: #7D7D7D. Windows color (decimal): -2601588 or 9194968. OLE color: 9194968.

HSL color Cylindrical-coordinate representation of color #D84D8C: hue angle of 332.81º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D84D8C is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 77 140 -
CMYK 0 0.64 0.35 0.15
HSL 332.81º 0.64% 0.57% -
HSV(B) 332.81º 0.64% 0.85% -
XYZ 35.71 21.8 27.14 -
YUV 125.74 136.05 192.38 -
System Red Green Blue C M Y K H S L
Decimal 216 77 140 0 0.64 0.35 0.15 332.81 0.64 0.57
Hex D8 4D 8C 0 40 23 F 14D 40 39
Octal 330 115 214 0 100 43 17 515 100 71
Binary 11011000 1001101 10001100 0 1000000 100011 1111 101001101 1000000 111001

Color Harmonies of #D84D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84D8C

Black with #D84D8C

Text Example


Text Example

White with #D84D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84D8C; }

 p { color: rgb(216,77,140); }

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

background-color css

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

 a { background-color: rgb(216,77,140); }

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

border-color css

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

 span { border-color: rgb(216,77,140); }

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