Html Css Color HEX #D76CAA Hopbush

📋 copy color: '#D76CAA'

red 215 ◦ green 108 ◦ blue 170

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

Shades of Hopbush #D76CAA

Tints of Hopbush #D76CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.48%

R = 43.61%
G = 21.91%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D76CAA (or 0xD76CAA) is known color: Hopbush. HEX triplet: D7, 6C and AA. RGB value is (215,108,170). Sum of RGB (Red+Green+Blue) = 215+108+170=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 108 (42.58% from 255 or 21.91% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 215 - color contains mainly: red. Hex color #D76CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76CAA is #289355. Grayscale: #929292. Windows color (decimal): -2659158 or 11168983. OLE color: 11168983.

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

Color convert

RGB 215 108 170 -
CMYK 0 0.50 0.21 0.16
HSL 325.23º 0.57% 0.63% -
HSV(B) 325.23º 0.5% 0.84% -
XYZ 40.64 28.07 41.31 -
YUV 147.06 140.95 176.46 -
System Red Green Blue C M Y K H S L
Decimal 215 108 170 0 0.50 0.21 0.16 325.23 0.57 0.63
Hex D7 6C AA 0 32 15 10 145 39 3F
Octal 327 154 252 0 62 25 20 505 71 77
Binary 11010111 1101100 10101010 0 110010 10101 10000 101000101 111001 111111

Color Harmonies of #D76CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76CAA

Black with #D76CAA

Text Example


Text Example

White with #D76CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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