#D266A5

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

Shades of Hopbush #D266A5

Tints of Hopbush #D266A5

Color information

#D266A5 (or 0xD266A5) is unknown color: approx Hopbush. HEX triplet: D2, 66 and A5. RGB value is (210,102,165). Sum of RGB (Red+Green+Blue) = 210+102+165=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 102 (40.23% from 255 or 21.38% from 477); Blue value is 165 (64.84% from 255 or 34.59% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D266A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D266A5 is #2D995A. Grayscale: #8D8D8D. Windows color (decimal): -2988379 or 10839762. OLE color: 10839762.

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

Color convert

RGB210102165-
CMYK00.510.210.18
HSL325º54.55%61.18%-
HSV(B)325º51.43%82.35%-
XYZ38.1225.9238.59-
YUV141.47141.28176.88-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.03%
GREEN value IS 102 (40.23% from 255) = 21.38%
BLUE value IS 165 (64.84% from 255) = 34.59%
R=44.03%
G=21.38%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010216500.510.210.1832554.5561.18
HexD266A50331512145373d
Octal32214624506325225056775
Binary1101001011001101010010101100111010110010101000101110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D266A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D266A5; }

 p { color: rgb(210,102,165); }

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

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

 a { background-color: rgb(210,102,165); }

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

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

 span { border-color: rgb(210,102,165); }

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