Html Css Color HEX #D76AAE Hopbush

📋 copy color: '#D76AAE'

red 215 ◦ green 106 ◦ blue 174

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

Shades of Hopbush #D76AAE

Tints of Hopbush #D76AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 35.15%

R = 43.43%
G = 21.41%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D76AAE (or 0xD76AAE) is known color: Hopbush. HEX triplet: D7, 6A and AE. RGB value is (215,106,174). Sum of RGB (Red+Green+Blue) = 215+106+174=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 106 (41.80% from 255 or 21.41% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 215 - color contains mainly: red. Hex color #D76AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76AAE is #289551. Grayscale: #929292. Windows color (decimal): -2659666 or 11430615. OLE color: 11430615.

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

Color convert

RGB 215 106 174 -
CMYK 0 0.51 0.19 0.16
HSL 322.57º 0.58% 0.63% -
HSV(B) 322.57º 0.51% 0.84% -
XYZ 40.82 27.81 43.26 -
YUV 146.34 143.61 176.97 -
System Red Green Blue C M Y K H S L
Decimal 215 106 174 0 0.51 0.19 0.16 322.57 0.58 0.63
Hex D7 6A AE 0 33 13 10 143 3A 3F
Octal 327 152 256 0 63 23 20 503 72 77
Binary 11010111 1101010 10101110 0 110011 10011 10000 101000011 111010 111111

Color Harmonies of #D76AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76AAE

Black with #D76AAE

Text Example


Text Example

White with #D76AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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