#D274AA

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

Shades of Hopbush #D274AA

Tints of Hopbush #D274AA

Color information

#D274AA (or 0xD274AA) is unknown color: approx Hopbush. HEX triplet: D2, 74 and AA. RGB value is (210,116,170). Sum of RGB (Red+Green+Blue) = 210+116+170=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 116 (45.70% from 255 or 23.39% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D274AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D274AA is #2D8B55. Grayscale: #969696. Windows color (decimal): -2984790 or 11171026. OLE color: 11171026.

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

Color convert

RGB210116170-
CMYK00.450.190.18
HSL325.53º51.09%63.92%-
HSV(B)325.53º44.76%82.35%-
XYZ40.0829.0941.53-
YUV150.26139.14170.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.34%
GREEN value IS 116 (45.70% from 255) = 23.39%
BLUE value IS 170 (66.80% from 255) = 34.27%
R=42.34%
G=23.39%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011617000.450.190.18325.5351.0963.92
HexD274AA02D13121463340
Octal322164252055232250663100
Binary11010010111010010101010010110110011100101010001101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D274AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D274AA; }

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

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

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

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

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

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

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

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