#D276AA

Color #D276AA Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #D276AA

Tints of Hopbush #D276AA

Color information

#D276AA (or 0xD276AA) is unknown color: approx Hopbush. HEX triplet: D2, 76 and AA. RGB value is (210,118,170). Sum of RGB (Red+Green+Blue) = 210+118+170=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 118 (46.48% from 255 or 23.69% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 210 - color contains mainly: red. Hex color #D276AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D276AA is #2D8955. Grayscale: #979797. Windows color (decimal): -2984278 or 11171538. OLE color: 11171538.

HSL color Cylindrical-coordinate representation of color #D276AA: hue angle of 326.09º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D276AA is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB210118170-
CMYK00.440.190.18
HSL326.09º50.55%64.31%-
HSV(B)326.09º43.81%82.35%-
XYZ40.3129.5641.61-
YUV151.44138.48169.77-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.17%
GREEN value IS 118 (46.48% from 255) = 23.69%
BLUE value IS 170 (66.80% from 255) = 34.14%
R=42.17%
G=23.69%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011817000.440.190.18326.0950.5564.31
HexD276AA02C13121463340
Octal322166252054232250663100
Binary11010010111011010101010010110010011100101010001101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D276AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D276AA; }

 p { color: rgb(210,118,170); }

 H1.HeaderClassName
 {
   color: #D276AA;
 }
 .AnyTagClassName
 {
   color: #D276AA;
 }
</style>
background-color css

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

 a { background-color: rgb(210,118,170); }

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

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

 span { border-color: rgb(210,118,170); }

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