Html Css Color HEX #D76896 Hopbush

📋 copy color: '#D76896'

red 215 ◦ green 104 ◦ blue 150

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

Shades of Hopbush #D76896

Tints of Hopbush #D76896

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.17%

 BLUE value IS 150 (58.98% from 255) = 31.98%

R = 45.84%
G = 22.17%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D76896 (or 0xD76896) is known color: Hopbush. HEX triplet: D7, 68 and 96. RGB value is (215,104,150). Sum of RGB (Red+Green+Blue) = 215+104+150=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 104 (41.02% from 255 or 22.17% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D76896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76896 is #289769. Grayscale: #8E8E8E. Windows color (decimal): -2660202 or 9857239. OLE color: 9857239.

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

Color convert

RGB 215 104 150 -
CMYK 0 0.52 0.30 0.16
HSL 335.14º 0.58% 0.63% -
HSV(B) 335.14º 0.52% 0.84% -
XYZ 38.48 26.55 31.95 -
YUV 142.43 132.27 179.76 -
System Red Green Blue C M Y K H S L
Decimal 215 104 150 0 0.52 0.30 0.16 335.14 0.58 0.63
Hex D7 68 96 0 34 1E 10 14F 3A 3F
Octal 327 150 226 0 64 36 20 517 72 77
Binary 11010111 1101000 10010110 0 110100 11110 10000 101001111 111010 111111

Color Harmonies of #D76896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76896

Black with #D76896

Text Example


Text Example

White with #D76896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76896; }

 p { color: rgb(215,104,150); }

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

background-color css

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

 a { background-color: rgb(215,104,150); }

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

border-color css

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

 span { border-color: rgb(215,104,150); }

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