Html Css Color HEX #D76997 Hopbush

📋 copy color: '#D76997'

red 215 ◦ green 105 ◦ blue 151

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

Shades of Hopbush #D76997

Tints of Hopbush #D76997

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.29%

 BLUE value IS 151 (59.38% from 255) = 32.06%

R = 45.65%
G = 22.29%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D76997 (or 0xD76997) is known color: Hopbush. HEX triplet: D7, 69 and 97. RGB value is (215,105,151). Sum of RGB (Red+Green+Blue) = 215+105+151=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 151 (59.38% from 255 or 32.06% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D76997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76997 is #289668. Grayscale: #8F8F8F. Windows color (decimal): -2659945 or 9923031. OLE color: 9923031.

HSL color Cylindrical-coordinate representation of color #D76997: hue angle of 334.91º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D76997 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 105 151 -
CMYK 0 0.51 0.30 0.16
HSL 334.91º 0.58% 0.63% -
HSV(B) 334.91º 0.51% 0.84% -
XYZ 38.66 26.78 32.41 -
YUV 143.13 132.44 179.26 -
System Red Green Blue C M Y K H S L
Decimal 215 105 151 0 0.51 0.30 0.16 334.91 0.58 0.63
Hex D7 69 97 0 33 1E 10 14F 3A 3F
Octal 327 151 227 0 63 36 20 517 72 77
Binary 11010111 1101001 10010111 0 110011 11110 10000 101001111 111010 111111

Color Harmonies of #D76997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76997

Black with #D76997

Text Example


Text Example

White with #D76997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76997; }

 p { color: rgb(215,105,151); }

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

background-color css

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

 a { background-color: rgb(215,105,151); }

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

border-color css

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

 span { border-color: rgb(215,105,151); }

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