Html Css Color HEX #D86295 Hopbush

📋 copy color: '#D86295'

red 216 ◦ green 98 ◦ blue 149

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

Shades of Hopbush #D86295

Tints of Hopbush #D86295

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.17%

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

R = 46.65%
G = 21.17%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D86295 (or 0xD86295) is known color: Hopbush. HEX triplet: D8, 62 and 95. RGB value is (216,98,149). Sum of RGB (Red+Green+Blue) = 216+98+149=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 98 (38.67% from 255 or 21.17% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D86295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86295 is #279D6A. Grayscale: #8B8B8B. Windows color (decimal): -2596203 or 9790168. OLE color: 9790168.

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

Color convert

RGB 216 98 149 -
CMYK 0 0.55 0.31 0.15
HSL 334.07º 0.6% 0.62% -
HSV(B) 334.07º 0.55% 0.85% -
XYZ 38.11 25.5 31.35 -
YUV 139.1 133.59 182.85 -
System Red Green Blue C M Y K H S L
Decimal 216 98 149 0 0.55 0.31 0.15 334.07 0.6 0.62
Hex D8 62 95 0 37 1F F 14E 3C 3E
Octal 330 142 225 0 67 37 17 516 74 76
Binary 11011000 1100010 10010101 0 110111 11111 1111 101001110 111100 111110

Color Harmonies of #D86295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86295

Black with #D86295

Text Example


Text Example

White with #D86295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86295; }

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

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

background-color css

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

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

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

border-color css

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

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

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