Html Css Color HEX #D84695 Mulberry

📋 copy color: '#D84695'

red 216 ◦ green 70 ◦ blue 149

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

Shades of Mulberry #D84695

Tints of Mulberry #D84695

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.09%

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

R = 49.66%
G = 16.09%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D84695 (or 0xD84695) is known color: Mulberry. HEX triplet: D8, 46 and 95. RGB value is (216,70,149). Sum of RGB (Red+Green+Blue) = 216+70+149=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 216 - color contains mainly: red. Hex color #D84695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84695 is #27B96A. Grayscale: #7A7A7A. Windows color (decimal): -2603371 or 9783000. OLE color: 9783000.

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

Color convert

RGB 216 70 149 -
CMYK 0 0.68 0.31 0.15
HSL 327.53º 0.65% 0.56% -
HSV(B) 327.53º 0.68% 0.85% -
XYZ 35.93 21.15 30.62 -
YUV 122.66 142.87 194.58 -
System Red Green Blue C M Y K H S L
Decimal 216 70 149 0 0.68 0.31 0.15 327.53 0.65 0.56
Hex D8 46 95 0 44 1F F 148 41 38
Octal 330 106 225 0 104 37 17 510 101 70
Binary 11011000 1000110 10010101 0 1000100 11111 1111 101001000 1000001 111000

Color Harmonies of #D84695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84695

Black with #D84695

Text Example


Text Example

White with #D84695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84695; }

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

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

background-color css

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

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

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

border-color css

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

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

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