Html Css Color HEX #D76CA8 Hopbush

📋 copy color: '#D76CA8'

red 215 ◦ green 108 ◦ blue 168

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

Shades of Hopbush #D76CA8

Tints of Hopbush #D76CA8

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22%

 BLUE value IS 168 (66.02% from 255) = 34.22%

R = 43.79%
G = 22%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D76CA8 (or 0xD76CA8) is known color: Hopbush. HEX triplet: D7, 6C and A8. RGB value is (215,108,168). Sum of RGB (Red+Green+Blue) = 215+108+168=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 108 (42.58% from 255 or 22.00% from 491); Blue value is 168 (66.02% from 255 or 34.22% from 491); Max value from RGB is 215 - color contains mainly: red. Hex color #D76CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76CA8 is #289357. Grayscale: #929292. Windows color (decimal): -2659160 or 11037911. OLE color: 11037911.

HSL color Cylindrical-coordinate representation of color #D76CA8: hue angle of 326.36º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76CA8 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 108 168 -
CMYK 0 0.50 0.22 0.16
HSL 326.36º 0.57% 0.63% -
HSV(B) 326.36º 0.5% 0.84% -
XYZ 40.45 28 40.32 -
YUV 146.83 139.95 176.62 -
System Red Green Blue C M Y K H S L
Decimal 215 108 168 0 0.50 0.22 0.16 326.36 0.57 0.63
Hex D7 6C A8 0 32 16 10 146 39 3F
Octal 327 154 250 0 62 26 20 506 71 77
Binary 11010111 1101100 10101000 0 110010 10110 10000 101000110 111001 111111

Color Harmonies of #D76CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76CA8

Black with #D76CA8

Text Example


Text Example

White with #D76CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76CA8; }

 p { color: rgb(215,108,168); }

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

background-color css

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

 a { background-color: rgb(215,108,168); }

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

border-color css

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

 span { border-color: rgb(215,108,168); }

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