Html Css Color HEX #D76492 Hopbush

📋 copy color: '#D76492'

red 215 ◦ green 100 ◦ blue 146

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

Shades of Hopbush #D76492

Tints of Hopbush #D76492

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.69%

 BLUE value IS 146 (57.42% from 255) = 31.67%

R = 46.64%
G = 21.69%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D76492 (or 0xD76492) is known color: Hopbush. HEX triplet: D7, 64 and 92. RGB value is (215,100,146). Sum of RGB (Red+Green+Blue) = 215+100+146=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D76492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76492 is #289B6D. Grayscale: #8B8B8B. Windows color (decimal): -2661230 or 9594071. OLE color: 9594071.

HSL color Cylindrical-coordinate representation of color #D76492: hue angle of 336º 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 #D76492 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 100 146 -
CMYK 0 0.53 0.32 0.16
HSL 336º 0.59% 0.62% -
HSV(B) 336º 0.53% 0.84% -
XYZ 37.77 25.64 30.15 -
YUV 139.63 131.6 181.76 -
System Red Green Blue C M Y K H S L
Decimal 215 100 146 0 0.53 0.32 0.16 336 0.59 0.62
Hex D7 64 92 0 35 20 10 150 3B 3E
Octal 327 144 222 0 65 40 20 520 73 76
Binary 11010111 1100100 10010010 0 110101 100000 10000 101010000 111011 111110

Color Harmonies of #D76492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76492

Black with #D76492

Text Example


Text Example

White with #D76492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76492; }

 p { color: rgb(215,100,146); }

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

background-color css

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

 a { background-color: rgb(215,100,146); }

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

border-color css

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

 span { border-color: rgb(215,100,146); }

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