#D466AC

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

Shades of Hopbush #D466AC

Tints of Hopbush #D466AC

Color information

#D466AC (or 0xD466AC) is unknown color: approx Hopbush. HEX triplet: D4, 66 and AC. RGB value is (212,102,172). Sum of RGB (Red+Green+Blue) = 212+102+172=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 102 (40.23% from 255 or 20.99% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 212 - color contains mainly: red. Hex color #D466AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D466AC is #2B9953. Grayscale: #8E8E8E. Windows color (decimal): -2857300 or 11298516. OLE color: 11298516.

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

Color convert

RGB212102172-
CMYK00.520.190.17
HSL321.82º56.12%61.57%-
HSV(B)321.82º51.89%83.14%-
XYZ39.3526.4842.07-
YUV142.87144.44177.31-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.62%
GREEN value IS 102 (40.23% from 255) = 20.99%
BLUE value IS 172 (67.58% from 255) = 35.39%
R=43.62%
G=20.99%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210217200.520.190.17321.8256.1261.57
HexD466AC0341311142383e
Octal32414625406423215027076
Binary1101010011001101010110001101001001110001101000010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D466AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D466AC; }

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

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

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

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

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

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

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

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