Html Css Color HEX #D76AAA Hopbush

📋 copy color: '#D76AAA'

red 215 ◦ green 106 ◦ blue 170

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

Shades of Hopbush #D76AAA

Tints of Hopbush #D76AAA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.59%

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

R = 43.79%
G = 21.59%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D76AAA (or 0xD76AAA) is known color: Hopbush. HEX triplet: D7, 6A and AA. RGB value is (215,106,170). Sum of RGB (Red+Green+Blue) = 215+106+170=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 106 (41.80% from 255 or 21.59% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 215 - color contains mainly: red. Hex color #D76AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76AAA is #289555. Grayscale: #919191. Windows color (decimal): -2659670 or 11168471. OLE color: 11168471.

HSL color Cylindrical-coordinate representation of color #D76AAA: hue angle of 324.77º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D76AAA is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 106 170 -
CMYK 0 0.51 0.21 0.16
HSL 324.77º 0.58% 0.63% -
HSV(B) 324.77º 0.51% 0.84% -
XYZ 40.43 27.66 41.24 -
YUV 145.89 141.61 177.3 -
System Red Green Blue C M Y K H S L
Decimal 215 106 170 0 0.51 0.21 0.16 324.77 0.58 0.63
Hex D7 6A AA 0 33 15 10 145 3A 3F
Octal 327 152 252 0 63 25 20 505 72 77
Binary 11010111 1101010 10101010 0 110011 10101 10000 101000101 111010 111111

Color Harmonies of #D76AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76AAA

Black with #D76AAA

Text Example


Text Example

White with #D76AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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