Html Css Color HEX #D85293 Mulberry

📋 copy color: '#D85293'

red 216 ◦ green 82 ◦ blue 147

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

Shades of Mulberry #D85293

Tints of Mulberry #D85293

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.43%

 BLUE value IS 147 (57.81% from 255) = 33.03%

R = 48.54%
G = 18.43%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D85293 (or 0xD85293) is known color: Mulberry. HEX triplet: D8, 52 and 93. RGB value is (216,82,147). Sum of RGB (Red+Green+Blue) = 216+82+147=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 147 (57.81% from 255 or 33.03% from 445); Max value from RGB is 216 - color contains mainly: red. Hex color #D85293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85293 is #27AD6C. Grayscale: #818181. Windows color (decimal): -2600301 or 9655000. OLE color: 9655000.

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

Color convert

RGB 216 82 147 -
CMYK 0 0.62 0.32 0.15
HSL 330.9º 0.63% 0.58% -
HSV(B) 330.9º 0.62% 0.85% -
XYZ 36.6 22.74 30.06 -
YUV 129.48 137.89 189.71 -
System Red Green Blue C M Y K H S L
Decimal 216 82 147 0 0.62 0.32 0.15 330.9 0.63 0.58
Hex D8 52 93 0 3E 20 F 14B 3F 3A
Octal 330 122 223 0 76 40 17 513 77 72
Binary 11011000 1010010 10010011 0 111110 100000 1111 101001011 111111 111010

Color Harmonies of #D85293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85293

Black with #D85293

Text Example


Text Example

White with #D85293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85293; }

 p { color: rgb(216,82,147); }

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

background-color css

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

 a { background-color: rgb(216,82,147); }

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

border-color css

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

 span { border-color: rgb(216,82,147); }

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