Html Css Color HEX #D85692 Mulberry

📋 copy color: '#D85692'

red 216 ◦ green 86 ◦ blue 146

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

Shades of Mulberry #D85692

Tints of Mulberry #D85692

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.2%

 BLUE value IS 146 (57.42% from 255) = 32.59%

R = 48.21%
G = 19.2%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D85692 (or 0xD85692) is known color: Mulberry. HEX triplet: D8, 56 and 92. RGB value is (216,86,146). Sum of RGB (Red+Green+Blue) = 216+86+146=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 216 - color contains mainly: red. Hex color #D85692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85692 is #27A96D. Grayscale: #838383. Windows color (decimal): -2599278 or 9590488. OLE color: 9590488.

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

Color convert

RGB 216 86 146 -
CMYK 0 0.60 0.32 0.15
HSL 332.31º 0.63% 0.59% -
HSV(B) 332.31º 0.6% 0.85% -
XYZ 36.84 23.33 29.76 -
YUV 131.71 136.07 188.12 -
System Red Green Blue C M Y K H S L
Decimal 216 86 146 0 0.60 0.32 0.15 332.31 0.63 0.59
Hex D8 56 92 0 3C 20 F 14C 3E 3B
Octal 330 126 222 0 74 40 17 514 76 73
Binary 11011000 1010110 10010010 0 111100 100000 1111 101001100 111110 111011

Color Harmonies of #D85692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85692

Black with #D85692

Text Example


Text Example

White with #D85692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85692; }

 p { color: rgb(216,86,146); }

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

background-color css

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

 a { background-color: rgb(216,86,146); }

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

border-color css

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

 span { border-color: rgb(216,86,146); }

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