Html Css Color HEX #D76494 Hopbush

📋 copy color: '#D76494'

red 215 ◦ green 100 ◦ blue 148

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

Shades of Hopbush #D76494

Tints of Hopbush #D76494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.97%

R = 46.44%
G = 21.6%
B = 31.97%

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

#D76494 (or 0xD76494) is known color: Hopbush. HEX triplet: D7, 64 and 94. RGB value is (215,100,148). Sum of RGB (Red+Green+Blue) = 215+100+148=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 100 (39.45% from 255 or 21.60% from 463); Blue value is 148 (58.20% from 255 or 31.97% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D76494 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76494 is #289B6B. Grayscale: #8B8B8B. Windows color (decimal): -2661228 or 9725143. OLE color: 9725143.

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

Color convert

RGB 215 100 148 -
CMYK 0 0.53 0.31 0.16
HSL 334.96º 0.59% 0.62% -
HSV(B) 334.96º 0.53% 0.84% -
XYZ 37.93 25.7 30.98 -
YUV 139.86 132.6 181.6 -
System Red Green Blue C M Y K H S L
Decimal 215 100 148 0 0.53 0.31 0.16 334.96 0.59 0.62
Hex D7 64 94 0 35 1F 10 14F 3B 3E
Octal 327 144 224 0 65 37 20 517 73 76
Binary 11010111 1100100 10010100 0 110101 11111 10000 101001111 111011 111110

Color Harmonies of #D76494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76494

Black with #D76494

Text Example


Text Example

White with #D76494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76494; }

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

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

background-color css

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

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

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

border-color css

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

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

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