Html Css Color HEX #D84F94 Mulberry

📋 copy color: '#D84F94'

red 216 ◦ green 79 ◦ blue 148

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

Shades of Mulberry #D84F94

Tints of Mulberry #D84F94

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.83%

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

R = 48.76%
G = 17.83%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D84F94 (or 0xD84F94) is known color: Mulberry. HEX triplet: D8, 4F and 94. RGB value is (216,79,148). Sum of RGB (Red+Green+Blue) = 216+79+148=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D84F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D84F94 is #27B06B. Grayscale: #7F7F7F. Windows color (decimal): -2601068 or 9719768. OLE color: 9719768.

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

Color convert

RGB 216 79 148 -
CMYK 0 0.63 0.31 0.15
HSL 329.78º 0.64% 0.58% -
HSV(B) 329.78º 0.63% 0.85% -
XYZ 36.46 22.33 30.41 -
YUV 127.83 139.39 190.89 -
System Red Green Blue C M Y K H S L
Decimal 216 79 148 0 0.63 0.31 0.15 329.78 0.64 0.58
Hex D8 4F 94 0 3F 1F F 14A 40 3A
Octal 330 117 224 0 77 37 17 512 100 72
Binary 11011000 1001111 10010100 0 111111 11111 1111 101001010 1000000 111010

Color Harmonies of #D84F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84F94

Black with #D84F94

Text Example


Text Example

White with #D84F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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