#D465AC

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

Shades of Hopbush #D465AC

Tints of Hopbush #D465AC

Color information

#D465AC (or 0xD465AC) is unknown color: approx Hopbush. HEX triplet: D4, 65 and AC. RGB value is (212,101,172). Sum of RGB (Red+Green+Blue) = 212+101+172=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 212 - color contains mainly: red. Hex color #D465AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D465AC is #2B9A53. Grayscale: #8E8E8E. Windows color (decimal): -2857556 or 11298260. OLE color: 11298260.

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

Color convert

RGB212101172-
CMYK00.520.190.17
HSL321.62º56.35%61.37%-
HSV(B)321.62º52.36%83.14%-
XYZ39.2526.2842.03-
YUV142.28144.77177.73-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.71%
GREEN value IS 101 (39.84% from 255) = 20.82%
BLUE value IS 172 (67.58% from 255) = 35.46%
R=43.71%
G=20.82%
B=35.46%

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
Decimal21210117200.520.190.17321.6256.3561.37
HexD465AC0341311142383d
Octal32414525406423215027075
Binary1101010011001011010110001101001001110001101000010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D465AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D465AC; }

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

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

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

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

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

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

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

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