#D468AC

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

Shades of Hopbush #D468AC

Tints of Hopbush #D468AC

Color information

#D468AC (or 0xD468AC) is unknown color: approx Hopbush. HEX triplet: D4, 68 and AC. RGB value is (212,104,172). Sum of RGB (Red+Green+Blue) = 212+104+172=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 212 - color contains mainly: red. Hex color #D468AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D468AC is #2B9753. Grayscale: #8F8F8F. Windows color (decimal): -2856788 or 11299028. OLE color: 11299028.

HSL color Cylindrical-coordinate representation of color #D468AC: hue angle of 322.22º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D468AC is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB212104172-
CMYK00.510.190.17
HSL322.22º55.67%61.96%-
HSV(B)322.22º50.94%83.14%-
XYZ39.5526.8842.13-
YUV144.04143.78176.47-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.44%
GREEN value IS 104 (41.02% from 255) = 21.31%
BLUE value IS 172 (67.58% from 255) = 35.25%
R=43.44%
G=21.31%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210417200.510.190.17322.2255.6761.96
HexD468AC0331311142383e
Octal32415025406323215027076
Binary1101010011010001010110001100111001110001101000010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D468AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D468AC; }

 p { color: rgb(212,104,172); }

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

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

 a { background-color: rgb(212,104,172); }

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

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

 span { border-color: rgb(212,104,172); }

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