Html Css Color HEX #D84896 Mulberry

📋 copy color: '#D84896'

red 216 ◦ green 72 ◦ blue 150

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

Shades of Mulberry #D84896

Tints of Mulberry #D84896

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.44%

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

R = 49.32%
G = 16.44%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D84896 (or 0xD84896) is known color: Mulberry. HEX triplet: D8, 48 and 96. RGB value is (216,72,150). Sum of RGB (Red+Green+Blue) = 216+72+150=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 72 (28.52% from 255 or 16.44% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D84896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84896 is #27B769. Grayscale: #7B7B7B. Windows color (decimal): -2602858 or 9849048. OLE color: 9849048.

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

Color convert

RGB 216 72 150 -
CMYK 0 0.67 0.31 0.15
HSL 327.5º 0.65% 0.56% -
HSV(B) 327.5º 0.67% 0.85% -
XYZ 36.14 21.44 31.09 -
YUV 123.95 142.71 193.66 -
System Red Green Blue C M Y K H S L
Decimal 216 72 150 0 0.67 0.31 0.15 327.5 0.65 0.56
Hex D8 48 96 0 43 1F F 148 41 38
Octal 330 110 226 0 103 37 17 510 101 70
Binary 11011000 1001000 10010110 0 1000011 11111 1111 101001000 1000001 111000

Color Harmonies of #D84896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84896

Black with #D84896

Text Example


Text Example

White with #D84896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84896; }

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

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

background-color css

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

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

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

border-color css

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

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

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