Html Css Color HEX #D85493 Mulberry

📋 copy color: '#D85493'

red 216 ◦ green 84 ◦ blue 147

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

Shades of Mulberry #D85493

Tints of Mulberry #D85493

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.79%

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

R = 48.32%
G = 18.79%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D85493 (or 0xD85493) is known color: Mulberry. HEX triplet: D8, 54 and 93. RGB value is (216,84,147). Sum of RGB (Red+Green+Blue) = 216+84+147=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 84 (33.20% from 255 or 18.79% from 447); Blue value is 147 (57.81% from 255 or 32.89% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D85493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85493 is #27AB6C. Grayscale: #828282. Windows color (decimal): -2599789 or 9655512. OLE color: 9655512.

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

Color convert

RGB 216 84 147 -
CMYK 0 0.61 0.32 0.15
HSL 331.36º 0.63% 0.59% -
HSV(B) 331.36º 0.61% 0.85% -
XYZ 36.76 23.05 30.11 -
YUV 130.65 137.23 188.88 -
System Red Green Blue C M Y K H S L
Decimal 216 84 147 0 0.61 0.32 0.15 331.36 0.63 0.59
Hex D8 54 93 0 3D 20 F 14B 3F 3B
Octal 330 124 223 0 75 40 17 513 77 73
Binary 11011000 1010100 10010011 0 111101 100000 1111 101001011 111111 111011

Color Harmonies of #D85493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85493

Black with #D85493

Text Example


Text Example

White with #D85493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85493; }

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

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

background-color css

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

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

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

border-color css

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

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

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