Html Css Color HEX #D86595 Hopbush

📋 copy color: '#D86595'

red 216 ◦ green 101 ◦ blue 149

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

Shades of Hopbush #D86595

Tints of Hopbush #D86595

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.67%

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

R = 46.35%
G = 21.67%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D86595 (or 0xD86595) is known color: Hopbush. HEX triplet: D8, 65 and 95. RGB value is (216,101,149). Sum of RGB (Red+Green+Blue) = 216+101+149=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 149 (58.59% from 255 or 31.97% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D86595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86595 is #279A6A. Grayscale: #8C8C8C. Windows color (decimal): -2595435 or 9790936. OLE color: 9790936.

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

Color convert

RGB 216 101 149 -
CMYK 0 0.53 0.31 0.15
HSL 334.96º 0.6% 0.62% -
HSV(B) 334.96º 0.53% 0.85% -
XYZ 38.4 26.08 31.44 -
YUV 140.86 132.6 181.6 -
System Red Green Blue C M Y K H S L
Decimal 216 101 149 0 0.53 0.31 0.15 334.96 0.6 0.62
Hex D8 65 95 0 35 1F F 14F 3C 3E
Octal 330 145 225 0 65 37 17 517 74 76
Binary 11011000 1100101 10010101 0 110101 11111 1111 101001111 111100 111110

Color Harmonies of #D86595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86595

Black with #D86595

Text Example


Text Example

White with #D86595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86595; }

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

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

background-color css

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

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

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

border-color css

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

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

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