Html Css Color HEX #D85190 Mulberry

📋 copy color: '#D85190'

red 216 ◦ green 81 ◦ blue 144

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

Shades of Mulberry #D85190

Tints of Mulberry #D85190

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.37%

 BLUE value IS 144 (56.64% from 255) = 32.65%

R = 48.98%
G = 18.37%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D85190 (or 0xD85190) is known color: Mulberry. HEX triplet: D8, 51 and 90. RGB value is (216,81,144). Sum of RGB (Red+Green+Blue) = 216+81+144=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 81 (32.03% from 255 or 18.37% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D85190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85190 is #27AE6F. Grayscale: #808080. Windows color (decimal): -2600560 or 9458136. OLE color: 9458136.

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

Color convert

RGB 216 81 144 -
CMYK 0 0.62 0.33 0.15
HSL 332º 0.63% 0.58% -
HSV(B) 332º 0.63% 0.85% -
XYZ 36.3 22.5 28.82 -
YUV 128.55 136.73 190.38 -
System Red Green Blue C M Y K H S L
Decimal 216 81 144 0 0.62 0.33 0.15 332 0.63 0.58
Hex D8 51 90 0 3E 21 F 14C 3F 3A
Octal 330 121 220 0 76 41 17 514 77 72
Binary 11011000 1010001 10010000 0 111110 100001 1111 101001100 111111 111010

Color Harmonies of #D85190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85190

Black with #D85190

Text Example


Text Example

White with #D85190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85190; }

 p { color: rgb(216,81,144); }

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

background-color css

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

 a { background-color: rgb(216,81,144); }

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

border-color css

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

 span { border-color: rgb(216,81,144); }

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