Html Css Color HEX #D84B96 Mulberry

📋 copy color: '#D84B96'

red 216 ◦ green 75 ◦ blue 150

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

Shades of Mulberry #D84B96

Tints of Mulberry #D84B96

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.01%

 BLUE value IS 150 (58.98% from 255) = 34.01%

R = 48.98%
G = 17.01%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D84B96 (or 0xD84B96) is known color: Mulberry. HEX triplet: D8, 4B and 96. RGB value is (216,75,150). Sum of RGB (Red+Green+Blue) = 216+75+150=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84B96 is #27B469. Grayscale: #7D7D7D. Windows color (decimal): -2602090 or 9849816. OLE color: 9849816.

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

Color convert

RGB 216 75 150 -
CMYK 0 0.65 0.31 0.15
HSL 328.09º 0.64% 0.57% -
HSV(B) 328.09º 0.65% 0.85% -
XYZ 36.34 21.83 31.15 -
YUV 125.71 141.71 192.4 -
System Red Green Blue C M Y K H S L
Decimal 216 75 150 0 0.65 0.31 0.15 328.09 0.64 0.57
Hex D8 4B 96 0 41 1F F 148 40 39
Octal 330 113 226 0 101 37 17 510 100 71
Binary 11011000 1001011 10010110 0 1000001 11111 1111 101001000 1000000 111001

Color Harmonies of #D84B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84B96

Black with #D84B96

Text Example


Text Example

White with #D84B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84B96; }

 p { color: rgb(216,75,150); }

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

background-color css

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

 a { background-color: rgb(216,75,150); }

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

border-color css

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

 span { border-color: rgb(216,75,150); }

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