Html Css Color HEX #D84995 Mulberry

📋 copy color: '#D84995'

red 216 ◦ green 73 ◦ blue 149

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

Shades of Mulberry #D84995

Tints of Mulberry #D84995

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.67%

 BLUE value IS 149 (58.59% from 255) = 34.02%

R = 49.32%
G = 16.67%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D84995 (or 0xD84995) is known color: Mulberry. HEX triplet: D8, 49 and 95. RGB value is (216,73,149). Sum of RGB (Red+Green+Blue) = 216+73+149=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D84995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84995 is #27B66A. Grayscale: #7C7C7C. Windows color (decimal): -2602603 or 9783768. OLE color: 9783768.

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

Color convert

RGB 216 73 149 -
CMYK 0 0.66 0.31 0.15
HSL 328.11º 0.65% 0.57% -
HSV(B) 328.11º 0.66% 0.85% -
XYZ 36.13 21.53 30.69 -
YUV 124.42 141.88 193.32 -
System Red Green Blue C M Y K H S L
Decimal 216 73 149 0 0.66 0.31 0.15 328.11 0.65 0.57
Hex D8 49 95 0 42 1F F 148 41 39
Octal 330 111 225 0 102 37 17 510 101 71
Binary 11011000 1001001 10010101 0 1000010 11111 1111 101001000 1000001 111001

Color Harmonies of #D84995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84995

Black with #D84995

Text Example


Text Example

White with #D84995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84995; }

 p { color: rgb(216,73,149); }

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

background-color css

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

 a { background-color: rgb(216,73,149); }

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

border-color css

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

 span { border-color: rgb(216,73,149); }

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