#D264A6

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

Shades of Hopbush #D264A6

Tints of Hopbush #D264A6

Color information

#D264A6 (or 0xD264A6) is unknown color: approx Hopbush. HEX triplet: D2, 64 and A6. RGB value is (210,100,166). Sum of RGB (Red+Green+Blue) = 210+100+166=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 166 (65.23% from 255 or 34.87% from 476); Max value from RGB is 210 - color contains mainly: red. Hex color #D264A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D264A6 is #2D9B59. Grayscale: #8C8C8C. Windows color (decimal): -2988890 or 10904786. OLE color: 10904786.

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

Color convert

RGB210100166-
CMYK00.520.210.18
HSL324º55%60.78%-
HSV(B)324º52.38%82.35%-
XYZ38.0225.5739.01-
YUV140.41142.44177.63-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.12%
GREEN value IS 100 (39.45% from 255) = 21.01%
BLUE value IS 166 (65.23% from 255) = 34.87%
R=44.12%
G=21.01%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010016600.520.210.183245560.78
HexD264A60341512144373d
Octal32214424606425225046775
Binary1101001011001001010011001101001010110010101000100110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D264A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D264A6; }

 p { color: rgb(210,100,166); }

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

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

 a { background-color: rgb(210,100,166); }

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

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

 span { border-color: rgb(210,100,166); }

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