#D665A6

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

Shades of Hopbush #D665A6

Tints of Hopbush #D665A6

Color information

#D665A6 (or 0xD665A6) is unknown color: approx Hopbush. HEX triplet: D6, 65 and A6. RGB value is (214,101,166). Sum of RGB (Red+Green+Blue) = 214+101+166=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 166 (65.23% from 255 or 34.51% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D665A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D665A6 is #299A59. Grayscale: #8E8E8E. Windows color (decimal): -2726490 or 10905046. OLE color: 10905046.

HSL color Cylindrical-coordinate representation of color #D665A6: hue angle of 325.49º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D665A6 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB214101166-
CMYK00.530.220.16
HSL325.49º57.95%61.76%-
HSV(B)325.49º52.8%83.92%-
XYZ39.2726.3639.09-
YUV142.2141.44179.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.49%
GREEN value IS 101 (39.84% from 255) = 21.00%
BLUE value IS 166 (65.23% from 255) = 34.51%
R=44.49%
G=21.00%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410116600.530.220.16325.4957.9561.76
HexD665A603516101453a3e
Octal32614524606526205057276
Binary1101011011001011010011001101011011010000101000101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D665A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D665A6; }

 p { color: rgb(214,101,166); }

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

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

 a { background-color: rgb(214,101,166); }

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

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

 span { border-color: rgb(214,101,166); }

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