Html Css Color HEX #D76096 Hopbush

📋 copy color: '#D76096'

red 215 ◦ green 96 ◦ blue 150

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

Shades of Hopbush #D76096

Tints of Hopbush #D76096

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.82%

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

R = 46.64%
G = 20.82%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D76096 (or 0xD76096) is known color: Hopbush. HEX triplet: D7, 60 and 96. RGB value is (215,96,150). Sum of RGB (Red+Green+Blue) = 215+96+150=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D76096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76096 is #289F69. Grayscale: #898989. Windows color (decimal): -2662250 or 9855191. OLE color: 9855191.

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

Color convert

RGB 215 96 150 -
CMYK 0 0.55 0.30 0.16
HSL 332.77º 0.6% 0.61% -
HSV(B) 332.77º 0.55% 0.84% -
XYZ 37.71 25.01 31.69 -
YUV 137.74 134.92 183.11 -
System Red Green Blue C M Y K H S L
Decimal 215 96 150 0 0.55 0.30 0.16 332.77 0.6 0.61
Hex D7 60 96 0 37 1E 10 14D 3C 3D
Octal 327 140 226 0 67 36 20 515 74 75
Binary 11010111 1100000 10010110 0 110111 11110 10000 101001101 111100 111101

Color Harmonies of #D76096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76096

Black with #D76096

Text Example


Text Example

White with #D76096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76096; }

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

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

background-color css

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

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

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

border-color css

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

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

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