#D260A4

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

Shades of Hopbush #D260A4

Tints of Hopbush #D260A4

Color information

#D260A4 (or 0xD260A4) is unknown color: approx Hopbush. HEX triplet: D2, 60 and A4. RGB value is (210,96,164). Sum of RGB (Red+Green+Blue) = 210+96+164=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 96 (37.89% from 255 or 20.43% from 470); Blue value is 164 (64.45% from 255 or 34.89% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D260A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D260A4 is #2D9F5B. Grayscale: #898989. Windows color (decimal): -2989916 or 10772690. OLE color: 10772690.

HSL color Cylindrical-coordinate representation of color #D260A4: hue angle of 324.21º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D260A4 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB21096164-
CMYK00.540.220.18
HSL324.21º55.88%60%-
HSV(B)324.21º54.29%82.35%-
XYZ37.4624.7537.92-
YUV137.84142.77179.47-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.68%
GREEN value IS 96 (37.89% from 255) = 20.43%
BLUE value IS 164 (64.45% from 255) = 34.89%
R=44.68%
G=20.43%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109616400.540.220.18324.2155.8860
HexD260A40361612144383c
Octal32214024406626225047074
Binary1101001011000001010010001101101011010010101000100111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D260A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D260A4; }

 p { color: rgb(210,96,164); }

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

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

 a { background-color: rgb(210,96,164); }

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

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

 span { border-color: rgb(210,96,164); }

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