Html Css Color HEX #D76595 Hopbush

📋 copy color: '#D76595'

red 215 ◦ green 101 ◦ blue 149

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

Shades of Hopbush #D76595

Tints of Hopbush #D76595

RGB

 RED value IS 215 (84.38% from 255) = 46.24%

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

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

R = 46.24%
G = 21.72%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D76595 (or 0xD76595) is known color: Hopbush. HEX triplet: D7, 65 and 95. RGB value is (215,101,149). Sum of RGB (Red+Green+Blue) = 215+101+149=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D76595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76595 is #289A6A. Grayscale: #8C8C8C. Windows color (decimal): -2660971 or 9790935. OLE color: 9790935.

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

Color convert

RGB 215 101 149 -
CMYK 0 0.53 0.31 0.16
HSL 334.74º 0.59% 0.62% -
HSV(B) 334.74º 0.53% 0.84% -
XYZ 38.1 25.92 31.43 -
YUV 140.56 132.77 181.1 -
System Red Green Blue C M Y K H S L
Decimal 215 101 149 0 0.53 0.31 0.16 334.74 0.59 0.62
Hex D7 65 95 0 35 1F 10 14F 3B 3E
Octal 327 145 225 0 65 37 20 517 73 76
Binary 11010111 1100101 10010101 0 110101 11111 10000 101001111 111011 111110

Color Harmonies of #D76595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76595

Black with #D76595

Text Example


Text Example

White with #D76595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76595; }

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

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

background-color css

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

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

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

border-color css

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

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

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